Home
last modified time | relevance | path

Searched refs:on_used (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c75 mpp_assert(!frm->on_used); in h265e_dpb_init_curr()
84 frm->on_used = 1; in h265e_dpb_init_curr()
98 if (!dpb->frame_list[i].on_used) { in h265e_dpb_get_curr()
302 outPic->on_used = 0; in h265e_dpb_apply_rps()
329 frame->on_used = 0; in h265e_dpb_dec_refresh_marking()
348 frame->on_used = 0; in h265e_dpb_dec_refresh_marking()
495 if (!frms[i].on_used) { in h265e_find_cpb_frame()
665 frm->on_used = 0; in h265e_dpb_free_unsed()
672 if (!frm->on_used) in h265e_dpb_free_unsed()
678 frm->on_used = 0; in h265e_dpb_free_unsed()
[all …]
H A Dh265e_dpb.h72 RK_U32 on_used; member
H A Dh265e_slice.c55 if (frame->on_used && frame->poc != slice->poc && frame->slice->is_referenced) { in get_lt_ref_pic()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c39 pos += snprintf(buf + pos, sizeof(buf) - 1 - pos, "%04x ", frm->on_used); in h264e_dpb_dump_usage()
59 i, frm->on_used, status->seq_idx, in h264e_dpb_dump_frm()
79 i, frm->on_used, status->seq_idx, in h264e_dpb_dump_listX()
464 if (!frm->on_used) in h264e_dpb_proc()
503 i, valid, p->on_used); in h264e_dpb_proc()
506 if (!p->on_used || !p->status.valid) { in h264e_dpb_proc()
507 mpp_assert(p->on_used); in h264e_dpb_proc()
514 h264e_dbg_dpb("slot %2d used %04x checking\n", i, p->on_used); in h264e_dpb_proc()
525 h264e_dbg_dpb("slot %2d used %04x mark as current\n", i, p->on_used); in h264e_dpb_proc()
676 if (!tmp->on_used) in h264e_dpb_check()
H A Dh264e_dpb.h59 RK_U32 on_used; member
H A Dh264e_api_v2.c753 frms->usage[i] = dpb->frames[i].on_used; in h264e_proc_dpb()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp159 RK_U32 on_used : 1; member
468 i, status.on_used, status.codec_use, status.hal_use, status.queue_use, status.val); in _dump_slots()
492 status.on_used = 1; in slot_ops_with_log()
495 status.on_used = 0; in slot_ops_with_log()
614 if (status.on_used && in check_entry_unused()
651 mpp_assert(!slot->status.on_used); in clear_slots_impl()
652 if (slot->status.on_used) { in clear_slots_impl()
867 if (!slot->status.on_used) { in mpp_buf_slot_get_unused()