コード例 #1
0
ファイル: box_manager.c プロジェクト: barmintor/openjpeg
Byte2_t fetch_DBox2bytebigendian( box_param_t *box, OPJ_OFF_T offset)
{
  return fetch_2bytebigendian( box->fd, get_DBoxoff( box)+offset);
}
コード例 #2
0
Byte2_t fetch_codestream2bytebigendian( codestream_param_t *cs, long offset)
{
  return fetch_2bytebigendian( cs->fd, cs->offset+offset);
}