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

  /external/libavc/decoder/
ih264d_nal.c 52 * \param u4_max_ofst : Number of bytes in Buffer.
66 UWORD32 u4_max_ofst,
70 if(u4_cur_pos + 1 < u4_max_ofst)
84 UWORD32 u4_max_ofst,
93 while(u4_cur_pos < u4_max_ofst)
114 while(u4_cur_pos < u4_max_ofst)
123 ih264d_check_if_aud(pu1_buf, u4_cur_pos, u4_max_ofst,
154 UWORD32 u4_max_ofst,
163 ih264d_find_start_code(pu1_buf, u4_cur_pos, u4_max_ofst,
347 ps_bitstrm->u4_max_ofst = ((u4_num_bytes_in_rbsp + NAL_FIRST_BYTE_SIZE) << 3)
    [all...]
ih264d_nal.h 51 UWORD32 u4_max_ofst,
ih264d_bitstrm.h 60 UWORD32 u4_max_ofst; /* Position of the last bit read in the current buffer */ member in struct:__anon22095
92 (ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst)
94 (ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
ih264d_bitstrm.c 154 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
ih264d_utils.h 98 UWORD32 u4_max_ofst,
ih264d_sei.c 383 while(ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst);
ih264d_parse_headers.c 375 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst + 8)
    [all...]
ih264d_cabac.c 72 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
ih264d_api.c 1739 UWORD32 u4_max_ofst, u4_length_of_start_code = 0; local
    [all...]
ih264d_parse_slice.c     [all...]

Completed in 295 milliseconds