Searched refs:HalBuf (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/external/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() 233 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);
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 377 HalBuf *tile_out_buf; in set_ref_lum_base() 430 HalBuf *tile_out_buf; in set_ref_cb_base() 493 HalBuf *tile_out_buf; in set_ref_dbase() 554 HalBuf *tile_out_buf; in set_ref_ty_base() 606 HalBuf *tile_out_buf; in set_ref_tc_base() 1049 HalBuf *tile_out_buf; in vdpu_av1d_set_reference_frames() 1810 HalBuf *tile_out_buf; in vdpu_av1d_gen_regs()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 1122 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu541_recn_refr() 1123 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu541_recn_refr()
|
| H A D | hal_h264e_vepu540c.c | 1132 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu540c_recn_refr() 1133 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu540c_recn_refr()
|
| H A D | hal_h264e_vepu580.c | 1688 HalBuf *curr = hal_bufs_get_buf(bufs, frms->curr_idx); in setup_vepu580_recn_refr() 1689 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu580_recn_refr()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 1077 HalBuf *recon_buf, *ref_buf; in vepu540c_h265_set_hw_address() 1534 HalBuf *recon_buf; in hal_h265e_v540c_wait()
|
| H A D | hal_h265e_vepu580.c | 2303 HalBuf *recon_buf, *ref_buf; in vepu580_h265_set_hw_address() 2928 HalBuf *hal_buf = hal_bufs_get_buf(ctx->dpb_bufs, syn->sp.ref_pic.slot_idx); in dump_files()
|
| H A D | hal_h265e_vepu541.c | 1427 HalBuf *recon_buf, *ref_buf; in vepu54x_h265_set_hw_address()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_rkv.c | 334 HalBuf *mv_buf = NULL; in fill_registers()
|
| H A D | hal_avs2d_vdpu382.c | 395 HalBuf *mv_buf = NULL; in fill_registers()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu34x.c | 535 HalBuf *mv_buf = NULL; in set_registers()
|
| H A D | hal_h264d_vdpu382.c | 542 HalBuf *mv_buf = NULL; in set_registers()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_vdpu382.c | 423 HalBuf *mv_buf = NULL; in hal_vp9d_vdpu382_gen_regs()
|
| H A D | hal_vp9d_vdpu34x.c | 410 HalBuf *mv_buf = NULL; in hal_vp9d_vdpu34x_gen_regs()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_vdpu382.c | 641 HalBuf *mv_buf = NULL; in hal_h265d_vdpu382_gen_regs()
|
| H A D | hal_h265d_vdpu34x.c | 846 HalBuf *mv_buf = NULL; in hal_h265d_vdpu34x_gen_regs()
|