HomeSort by relevance Sort by last modified time
    Searched refs:u4_num_Bytes (Results 1 - 5 of 5) sorted by null

  /external/libhevc/decoder/
ihevcd_decode.c 184 ps_dec_op->u4_num_bytes_consumed = ps_dec_ip->u4_num_Bytes
382 if(ps_dec_ip->u4_num_Bytes <= MIN_START_CODE_LEN)
384 if((WORD32)ps_dec_ip->u4_num_Bytes > 0)
385 ps_dec_op->u4_num_bytes_consumed = ps_dec_ip->u4_num_Bytes;
526 ps_codec->i4_bytes_remaining = ps_dec_ip->u4_num_Bytes;
ihevcd_api.c     [all...]
  /external/libhevc/common/
ivd.h 336 * u4_num_Bytes
338 UWORD32 u4_num_Bytes;
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 496 ps_dec_ip->u4_num_Bytes = inHeader->nFilledLen;
500 ps_dec_ip->u4_num_Bytes = 0;
  /external/libhevc/test/decoder/
main.c     [all...]

Completed in 1715 milliseconds