Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c291 if (NULL != p->frame_ref) { in vp8d_unref_allframe()
292 vp8d_unref_frame(p, p->frame_ref); in vp8d_unref_allframe()
293 p->frame_ref = NULL; in vp8d_unref_allframe()
564 if (p->frame_ref != NULL) { in vp8d_convert_to_syntx()
565 pic_param->lst_fb_idx.Index7Bits = p->frame_ref->slot_index; in vp8d_convert_to_syntx()
566 mpp_buf_slot_set_flag(p->frame_slots, p->frame_ref->slot_index, in vp8d_convert_to_syntx()
568 in_task->refer[0] = p->frame_ref->slot_index; in vp8d_convert_to_syntx()
679 p->frame_alternate = p->frame_ref; in vp8d_ref_update()
695 p->frame_golden = p->frame_ref; in vp8d_ref_update()
725 if (NULL != p->frame_ref) { in vp8d_ref_update()
[all …]
H A Dvp8d_parser.h92 VP8Frame *frame_ref; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c1044 MppFrame frame_ref = NULL; in hal_h265d_rkv_wait() local
1047 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_rkv_wait()
1049 i, task->dec.refer[i], frame_ref); in hal_h265d_rkv_wait()
1050 if (frame_ref && mpp_frame_get_errinfo(frame_ref)) { in hal_h265d_rkv_wait()
H A Dhal_h265d_vdpu382.c1121 MppFrame frame_ref = NULL; in hal_h265d_vdpu382_wait() local
1124 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_vdpu382_wait()
1126 i, task->dec.refer[i], frame_ref); in hal_h265d_vdpu382_wait()
1127 if (frame_ref && mpp_frame_get_errinfo(frame_ref)) { in hal_h265d_vdpu382_wait()
H A Dhal_h265d_vdpu34x.c1313 MppFrame frame_ref = NULL; in hal_h265d_vdpu34x_wait() local
1316 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_vdpu34x_wait()
1318 i, task->dec.refer[i], frame_ref); in hal_h265d_vdpu34x_wait()
1319 if (frame_ref && mpp_frame_get_errinfo(frame_ref)) { in hal_h265d_vdpu34x_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c398 MppFrame frame_ref = NULL; in fill_registers() local
407 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &frame_ref); in fill_registers()
409 if (frame_ref) { in fill_registers()
424 p_regs->avs2d_param.reg67_098_ref_poc[i] = mpp_frame_get_poc(frame_ref); in fill_registers()
H A Dhal_avs2d_vdpu382.c459 MppFrame frame_ref = NULL; in fill_registers() local
468 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &frame_ref); in fill_registers()
470 if (frame_ref) { in fill_registers()
485 p_regs->avs2d_param.reg67_098_ref_poc[i] = mpp_frame_get_poc(frame_ref); in fill_registers()