Searched refs:u4_max_ofst (Results 1 – 10 of 10) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_nal.c | 66 UWORD32 u4_max_ofst, in ih264d_check_if_aud() argument 70 if(u4_cur_pos + 1 < u4_max_ofst) in ih264d_check_if_aud() 84 UWORD32 u4_max_ofst, in ih264d_find_start_code() argument 93 while(u4_cur_pos < u4_max_ofst) in ih264d_find_start_code() 114 while(u4_cur_pos < u4_max_ofst) in ih264d_find_start_code() 123 ih264d_check_if_aud(pu1_buf, u4_cur_pos, u4_max_ofst, in ih264d_find_start_code() 154 UWORD32 u4_max_ofst, in ih264d_get_next_nal_unit() argument 163 ih264d_find_start_code(pu1_buf, u4_cur_pos, u4_max_ofst, in ih264d_get_next_nal_unit() 347 ps_bitstrm->u4_max_ofst = ((u4_num_bytes_in_rbsp + NAL_FIRST_BYTE_SIZE) << 3); in ih264d_process_nal_unit() 374 ui_lastWord = (ps_bitstrm->u4_max_ofst >> 5); in ih264d_rbsp_to_sodb() [all …]
|
D | ih264d_bitstrm.h | 60 UWORD32 u4_max_ofst; /* Position of the last bit read in the current buffer */ member 92 (ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst) 94 (ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
|
D | ih264d_nal.h | 51 UWORD32 u4_max_ofst,
|
D | ih264d_bitstrm.c | 154 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst) in ih264d_flush_bits_h264()
|
D | ih264d_utils.h | 98 UWORD32 u4_max_ofst,
|
D | ih264d_sei.c | 384 while(ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst); in ih264d_parse_sei_message()
|
D | ih264d_parse_headers.c | 377 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst + 8) in ih264d_parse_pps() 996 if (ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst) in ih264d_parse_sps()
|
D | ih264d_cabac.c | 72 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst) in ih264d_init_cabac_dec_envirnoment()
|
D | ih264d_api.c | 1777 UWORD32 u4_max_ofst, u4_length_of_start_code = 0; in ih264d_video_decode() local 2079 u4_max_ofst = ps_dec_ip->u4_num_Bytes in ih264d_video_decode() 2113 buflen = ih264d_find_start_code(pu1_buf, 0, u4_max_ofst, in ih264d_video_decode()
|
D | ih264d_parse_slice.c | 1843 ps_bitstrm->u4_max_ofst += ps_dec->ps_cur_pps->u1_entropy_coding_mode; in ih264d_parse_decode_slice()
|