Searched refs:i4_header_decoded (Results 1 – 3 of 3) sorted by relevance
208 if(!(ps_dec->i4_header_decoded & 1)) in ih264d_parse_pps()577 if(ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()583 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_profile_idc != u1_profile_idc)) in ih264d_parse_sps()589 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_level_idc != u1_level_idc)) in ih264d_parse_sps()763 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_num_ref_frames != u4_temp)) in ih264d_parse_sps()811 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_frame_mbs_only_flag != u1_frm)) in ih264d_parse_sps()824 if((ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()935 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_wd != u2_pic_wd)) in ih264d_parse_sps()941 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_disp_width != i4_cropped_wd)) in ih264d_parse_sps()947 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_ht != u2_pic_ht)) in ih264d_parse_sps()[all …]
1028 ps_dec->i4_header_decoded = 0; in ih264d_init_decoder()2109 (ps_dec->i4_header_decoded & 1)) in ih264d_video_decode()2238 && (ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2364 if(ps_dec->i4_decode_header == 1 && ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2404 if(ps_dec->i4_header_decoded == 3) in ih264d_video_decode()2484 if(ps_dec->i4_decode_header == 1 && (ps_dec->i4_header_decoded & 1) == 1) in ih264d_video_decode()2970 if(ps_dec->i4_header_decoded == 3) in ih264d_get_buf_info()3090 else if(0 == ps_dec->i4_header_decoded) in ih264d_set_params()
911 WORD32 i4_header_decoded; member