Home
last modified time | relevance | path

Searched refs:i4_header_decoded (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_headers.c574 if((3 == ps_dec->i4_header_decoded) && (ps_seq->u1_profile_idc != u1_profile_idc)) in ih264d_parse_sps()
580 if((3 == ps_dec->i4_header_decoded) && (ps_seq->u1_level_idc != u1_level_idc)) in ih264d_parse_sps()
754 if((3 == ps_dec->i4_header_decoded) && (ps_seq->u1_num_ref_frames != u4_temp)) in ih264d_parse_sps()
904 if((3 == ps_dec->i4_header_decoded) && (ps_dec->u2_pic_wd != u2_pic_wd)) in ih264d_parse_sps()
909 if((3 == ps_dec->i4_header_decoded) && (ps_dec->u2_pic_ht != u2_pic_ht)) in ih264d_parse_sps()
928 if((3 == ps_dec->i4_header_decoded) && in ih264d_parse_sps()
946 if((3 == ps_dec->i4_header_decoded) && in ih264d_parse_sps()
1109 if(ps_dec->i4_header_decoded == 3) in ih264d_parse_nal_unit()
1158 ps_dec->i4_header_decoded |= 0x1; in ih264d_parse_nal_unit()
1168 ps_dec->i4_header_decoded |= 0x2; in ih264d_parse_nal_unit()
Dih264d_api.c1008 ps_dec->i4_header_decoded = 0; in ih264d_init_decoder()
1959 (ps_dec->i4_header_decoded & 1)) in ih264d_video_decode()
2147 && (ps_dec->i4_header_decoded != 3) in ih264d_video_decode()
2272 if(ps_dec->i4_header_decoded != 3) in ih264d_video_decode()
2278 if(ps_dec->i4_decode_header == 1 && ps_dec->i4_header_decoded != 3) in ih264d_video_decode()
2333 if(ps_dec->i4_header_decoded == 3) in ih264d_video_decode()
2413 if(ps_dec->i4_decode_header == 1 && (ps_dec->i4_header_decoded & 1) == 1) in ih264d_video_decode()
2848 if(ps_dec->i4_header_decoded == 3) in ih264d_get_buf_info()
3022 else if(0 == ps_dec->i4_header_decoded) in ih264d_set_params()
Dih264d_structs.h913 WORD32 i4_header_decoded; member