Searched refs:i4_header_decoded (Results 1 – 3 of 3) sorted by relevance
571 if(ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()577 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_profile_idc != u1_profile_idc)) in ih264d_parse_sps()583 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_level_idc != u1_level_idc)) in ih264d_parse_sps()757 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_num_ref_frames != u4_temp)) in ih264d_parse_sps()798 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_frame_mbs_only_flag != u1_frm)) in ih264d_parse_sps()811 if((ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()922 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_wd != u2_pic_wd)) in ih264d_parse_sps()928 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_disp_width != i4_cropped_wd)) in ih264d_parse_sps()934 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_ht != u2_pic_ht)) in ih264d_parse_sps()940 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_disp_height != i4_cropped_ht)) in ih264d_parse_sps()[all …]
1031 ps_dec->i4_header_decoded = 0; in ih264d_init_decoder()2086 (ps_dec->i4_header_decoded & 1)) in ih264d_video_decode()2279 && (ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2405 if(ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2411 if(ps_dec->i4_decode_header == 1 && ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2466 if(ps_dec->i4_header_decoded == 3) in ih264d_video_decode()2546 if(ps_dec->i4_decode_header == 1 && (ps_dec->i4_header_decoded & 1) == 1) in ih264d_video_decode()3032 if(ps_dec->i4_header_decoded == 3) in ih264d_get_buf_info()3174 else if(0 == ps_dec->i4_header_decoded) in ih264d_set_params()
911 WORD32 i4_header_decoded; member