| /rockchip-linux_mpp/mpp/hal/common/ |
| H A D | hal_bufs.c | 56 static HalBuf *hal_bufs_pos(HalBufsImpl *impl, RK_S32 idx) in hal_bufs_pos() 60 return (HalBuf *)(impl->bufs + idx * elem_size); in hal_bufs_pos() 74 HalBuf *buf = hal_bufs_pos(impl, i); in hal_bufs_clear() 187 elem_size = sizeof(HalBuf) + sizeof(MppBuffer) * size_cnt; in hal_bufs_setup() 204 HalBuf *buf = hal_bufs_pos(impl, i); in hal_bufs_setup() 222 HalBuf *hal_bufs_get_buf(HalBufs bufs, RK_S32 buf_idx) in hal_bufs_get_buf() 234 HalBuf *hal_buf = hal_bufs_pos(impl, buf_idx); in hal_bufs_get_buf()
|
| H A D | hal_bufs.h | 26 } HalBuf; typedef 38 HalBuf *hal_bufs_get_buf(HalBufs bufs, RK_S32 buf_idx);
|
| /rockchip-linux_mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 376 HalBuf *tile_out_buf; in set_ref_lum_base() 429 HalBuf *tile_out_buf; in set_ref_cb_base() 492 HalBuf *tile_out_buf; in set_ref_dbase() 553 HalBuf *tile_out_buf; in set_ref_ty_base() 605 HalBuf *tile_out_buf; in set_ref_tc_base() 1049 HalBuf *tile_out_buf; in vdpu_av1d_set_reference_frames() 1867 HalBuf *tile_out_buf; in vdpu_av1d_gen_regs()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/av1d/ |
| H A D | hal_av1d_vdpu383.c | 2077 HalBuf *cdf_buf = NULL; in vdpu383_av1d_set_cdf() 2183 HalBuf *origin_buf = NULL; in vdpu383_av1d_gen_regs() 2411 HalBuf *mv_buf = NULL; in vdpu383_av1d_gen_regs() 2573 HalBuf *mv_buf = NULL; in vdpu383_av1d_wait() 2609 HalBuf *cdf_buf = NULL; in vdpu383_av1d_wait()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu384a.c | 354 HalBuf *mv_buf = NULL; in set_registers() 355 HalBuf *origin_buf = NULL; in set_registers()
|
| H A D | hal_h264d_vdpu383.c | 418 HalBuf *mv_buf = NULL; in set_registers() 419 HalBuf *origin_buf = NULL; in set_registers()
|
| H A D | hal_h264d_vdpu34x.c | 536 HalBuf *mv_buf = NULL; in set_registers()
|
| H A D | hal_h264d_vdpu382.c | 543 HalBuf *mv_buf = NULL; in set_registers()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_vdpu383.c | 703 HalBuf *mv_buf = NULL; in hal_vp9d_vdpu383_gen_regs() 705 HalBuf *origin_buf = NULL; in hal_vp9d_vdpu383_gen_regs()
|
| H A D | hal_vp9d_vdpu34x.c | 430 HalBuf *mv_buf = NULL; in hal_vp9d_vdpu34x_gen_regs()
|
| H A D | hal_vp9d_vdpu382.c | 443 HalBuf *mv_buf = NULL; in hal_vp9d_vdpu382_gen_regs()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_vdpu384a.c | 789 HalBuf *mv_buf = NULL; in hal_h265d_vdpu384a_gen_regs() 803 HalBuf *origin_buf = NULL; in hal_h265d_vdpu384a_gen_regs()
|
| H A D | hal_h265d_vdpu383.c | 868 HalBuf *mv_buf = NULL; in hal_h265d_vdpu383_gen_regs() 882 HalBuf *origin_buf = NULL; in hal_h265d_vdpu383_gen_regs()
|
| H A D | hal_h265d_vdpu382.c | 660 HalBuf *mv_buf = NULL; in hal_h265d_vdpu382_gen_regs()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 1135 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu541_recn_refr() 1136 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu541_recn_refr()
|
| H A D | hal_h264e_vepu540c.c | 1070 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu540c_recn_refr() 1071 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu540c_recn_refr()
|
| H A D | hal_h264e_vepu580.c | 1633 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu580_recn_refr() 1634 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu580_recn_refr()
|
| H A D | hal_h264e_vepu510.c | 1503 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu510_recn_refr() 1504 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu510_recn_refr()
|
| H A D | hal_h264e_vepu511.c | 1503 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu511_recn_refr() 1504 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu511_recn_refr()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 1062 HalBuf *recon_buf, *ref_buf; in vepu540c_h265_set_hw_address() 1572 HalBuf *recon_buf; in hal_h265e_v540c_wait()
|
| H A D | hal_h265e_vepu510.c | 1625 HalBuf *recon_buf, *ref_buf; in vepu510_h265_set_hw_address() 2422 HalBuf *recon_buf; in hal_h265e_v510_wait()
|
| H A D | hal_h265e_vepu511.c | 260 HalBuf *hal_buf = hal_bufs_get_buf(ctx->dpb_bufs, syn->sp.ref_pic.slot_idx); in vepu511_h265e_dump() 1087 HalBuf *recon_buf, *ref_buf; in vepu511_h265_set_hw_address()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_vdpu383.c | 362 HalBuf *mv_buf = NULL; in fill_registers()
|
| H A D | hal_avs2d_rkv.c | 339 HalBuf *mv_buf = NULL; in fill_registers()
|
| H A D | hal_avs2d_vdpu382.c | 395 HalBuf *mv_buf = NULL; in fill_registers()
|