Searched refs:i4_header_decoded (Results 1 – 3 of 3) sorted by relevance
567 if(ps_dec->i4_header_decoded & 1) in ih264d_parse_sps()573 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_profile_idc != u1_profile_idc)) in ih264d_parse_sps()579 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_level_idc != u1_level_idc)) in ih264d_parse_sps()753 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_num_ref_frames != u4_temp)) in ih264d_parse_sps()902 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_wd != u2_pic_wd)) in ih264d_parse_sps()907 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_ht != u2_pic_ht)) in ih264d_parse_sps()931 if((ps_dec->i4_header_decoded & 1) && in ih264d_parse_sps()949 if((ps_dec->i4_header_decoded & 1) && in ih264d_parse_sps()1122 if(ps_dec->i4_header_decoded == 3) in ih264d_parse_nal_unit()1174 ps_dec->i4_header_decoded |= 0x1; in ih264d_parse_nal_unit()[all …]
1007 ps_dec->i4_header_decoded = 0; in ih264d_init_decoder()2047 (ps_dec->i4_header_decoded & 1)) in ih264d_video_decode()2239 && (ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2365 if(ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2371 if(ps_dec->i4_decode_header == 1 && ps_dec->i4_header_decoded != 3) in ih264d_video_decode()2427 if(ps_dec->i4_header_decoded == 3) in ih264d_video_decode()2507 if(ps_dec->i4_decode_header == 1 && (ps_dec->i4_header_decoded & 1) == 1) in ih264d_video_decode()2964 if(ps_dec->i4_header_decoded == 3) in ih264d_get_buf_info()3106 else if(0 == ps_dec->i4_header_decoded) in ih264d_set_params()
911 WORD32 i4_header_decoded; member