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.c285 if(!(ps_dec->i4_header_decoded & 1)) in ih264d_parse_pps()
660 if(ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()
666 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_profile_idc != u1_profile_idc)) in ih264d_parse_sps()
672 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_level_idc != u1_level_idc)) in ih264d_parse_sps()
850 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_num_ref_frames != u4_temp)) in ih264d_parse_sps()
898 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_frame_mbs_only_flag != u1_frm)) in ih264d_parse_sps()
911 if((ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()
1022 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_wd != u2_pic_wd)) in ih264d_parse_sps()
1028 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_disp_width != i4_cropped_wd)) in ih264d_parse_sps()
1034 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_ht != u2_pic_ht)) in ih264d_parse_sps()
[all …]
Dih264d_api.c1180 ps_dec->i4_header_decoded = 0; in ih264d_init_decoder()
2278 (ps_dec->i4_header_decoded & 1)) in ih264d_video_decode()
2407 && (ps_dec->i4_header_decoded != 3) in ih264d_video_decode()
2534 if(ps_dec->i4_decode_header == 1 && ps_dec->i4_header_decoded != 3) in ih264d_video_decode()
2574 if(ps_dec->i4_header_decoded == 3) in ih264d_video_decode()
2654 if(ps_dec->i4_decode_header == 1 && (ps_dec->i4_header_decoded & 1) == 1) in ih264d_video_decode()
3140 if(ps_dec->i4_header_decoded == 3) in ih264d_get_buf_info()
3260 else if(0 == ps_dec->i4_header_decoded) in ih264d_set_params()
Dih264d_structs.h912 WORD32 i4_header_decoded; member