Home
last modified time | relevance | path

Searched refs:vpu_h263d_get_buffer_by_index (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_base.h37 void vpu_h263d_get_buffer_by_index(hal_h263_ctx *ctx, RK_S32 index, MppBuffer *buffer);
H A Dhal_h263d_vdpu2.c218 vpu_h263d_get_buffer_by_index(ctx, task->output, &buf_frm_curr); in hal_vpu2_h263d_gen_regs()
219 vpu_h263d_get_buffer_by_index(ctx, task->refer[0], &buf_frm_ref0); in hal_vpu2_h263d_gen_regs()
H A Dhal_h263d_vdpu1.c217 vpu_h263d_get_buffer_by_index(ctx, task->output, &buf_frm_curr); in hal_vpu1_h263d_gen_regs()
218 vpu_h263d_get_buffer_by_index(ctx, task->refer[0], &buf_frm_ref0); in hal_vpu1_h263d_gen_regs()
H A Dhal_h263d_api.c30 void vpu_h263d_get_buffer_by_index(hal_h263_ctx *ctx, RK_S32 index, in vpu_h263d_get_buffer_by_index() function