Home
last modified time | relevance | path

Searched refs:refr_idx (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264e_syntax.h72 RK_S32 refr_idx; member
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_enc_task.h40 RK_S32 refr_idx; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c568 h264e_dpb_hal_start(ctx->dpb, frms->refr_idx); in hal_h264e_vepu580_get_task()
573 task->flags.refr_idx = frms->refr_idx; in hal_h264e_vepu580_get_task()
1689 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu580_recn_refr()
2565 h264e_dpb_hal_end(ctx->dpb, task->flags.refr_idx); in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu541.c1123 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu541_recn_refr()
H A Dhal_h264e_vepu540c.c1133 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu540c_recn_refr()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c224 MppBuffer refr = h264e_vepu_buf_get_frame_buffer(hw_bufs, frms->refr_idx); in hal_h264e_vepu1_get_task_v2()
H A Dhal_h264e_vepu2_v2.c225 MppBuffer refr = h264e_vepu_buf_get_frame_buffer(hw_bufs, frms->refr_idx); in hal_h264e_vepu2_get_task_v2()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c750 frms->refr_idx = (refr) ? refr->slot_idx : curr->slot_idx; in h264e_proc_dpb()