Searched refs:vpu_mpg4d_get_buffer_by_index (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/mpg4d/ |
| H A D | hal_m4vd_com.c | 42 void vpu_mpg4d_get_buffer_by_index(hal_mpg4_ctx *ctx, RK_S32 index, MppBuffer *buffer) in vpu_mpg4d_get_buffer_by_index() function
|
| H A D | hal_m4vd_com.h | 55 extern void vpu_mpg4d_get_buffer_by_index(hal_mpg4_ctx *ctx, RK_S32 index, MppBuffer *buffer);
|
| H A D | hal_m4vd_vdpu2.c | 375 vpu_mpg4d_get_buffer_by_index(ctx, task->output, &buf_frm_curr); in vdpu2_mpg4d_gen_regs() 376 vpu_mpg4d_get_buffer_by_index(ctx, task->refer[0], &buf_frm_ref0); in vdpu2_mpg4d_gen_regs() 377 vpu_mpg4d_get_buffer_by_index(ctx, task->refer[1], &buf_frm_ref1); in vdpu2_mpg4d_gen_regs()
|
| H A D | hal_m4vd_vdpu1.c | 377 vpu_mpg4d_get_buffer_by_index(ctx, task->output, &buf_frm_curr); in vdpu1_mpg4d_gen_regs() 378 vpu_mpg4d_get_buffer_by_index(ctx, task->refer[0], &buf_frm_ref0); in vdpu1_mpg4d_gen_regs() 379 vpu_mpg4d_get_buffer_by_index(ctx, task->refer[1], &buf_frm_ref1); in vdpu1_mpg4d_gen_regs()
|