Home
last modified time | relevance | path

Searched refs:error_flag (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c625 p->error_flag = 1; in find_ref_frame()
680 RK_U8 error_flag = 0; in dpb_set_frame_refs() local
713 error_flag = 1; in dpb_set_frame_refs()
717 error_flag = 1; in dpb_set_frame_refs()
728 error_flag = 1; in dpb_set_frame_refs()
736 error_flag = 1; in dpb_set_frame_refs()
746 if (error_flag) { in dpb_set_frame_refs()
H A Davs2d_global.h307 RK_U8 error_flag; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c54 frame->error_flag = 0; in mpp_hevc_unref_frame()
264 ref->error_flag = 1; in add_candidate_ref()
275 if (ref->error_flag && cur_used) { in add_candidate_ref()
H A Dh265d_parser.c1302 s->ref->error_flag = 1; in hevc_frame_start()
2173 s->DPB[i].error_flag = 0; in hevc_init_context()
2343 s->DPB[i].error_flag = 1; in h265d_callback()
2345 … i, mpp_frame_get_poc(s->DPB[i].frame), s->DPB[i].slot_index, s->DPB[i].error_flag, in h265d_callback()
H A Dh265d_parser.h498 RK_U8 error_flag; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c614 RK_U32 error_flag = 0; in check_dpb_discontinuous() local
618 error_flag = 1; in check_dpb_discontinuous()
624 error_flag = 1; in check_dpb_discontinuous()
627 currSlice->p_Dec->errctx.cur_err_flag |= error_flag ? 1 : 0; in check_dpb_discontinuous()
628 currSlice->p_Dec->errctx.dpb_err_flag |= error_flag ? 1 : 0; in check_dpb_discontinuous()
1459 RK_U32 error_flag = 0; in check_ref_pic_list() local
1476 error_flag = 1; in check_ref_pic_list()
1483 error_flag = 0; in check_ref_pic_list()
1491 dpb_error_flag |= error_flag; in check_ref_pic_list()