Home
last modified time | relevance | path

Searched refs:Vdpu383Vp9dRegSet (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu383.c145 hw_ctx->g_buf[i].hw_regs = mpp_calloc_size(void, sizeof(Vdpu383Vp9dRegSet)); in hal_vp9d_alloc_res()
169 hw_ctx->hw_regs = mpp_calloc_size(void, sizeof(Vdpu383Vp9dRegSet)); in hal_vp9d_alloc_res()
443 static void hal_vp9d_rcb_info_update(void *hal, Vdpu383Vp9dRegSet *hw_regs, void *data) in hal_vp9d_rcb_info_update()
710 Vdpu383Vp9dRegSet *vp9_hw_regs = NULL; in hal_vp9d_vdpu383_gen_regs()
733 vp9_hw_regs = (Vdpu383Vp9dRegSet*)hw_ctx->hw_regs; in hal_vp9d_vdpu383_gen_regs()
734 memset(vp9_hw_regs, 0, sizeof(Vdpu383Vp9dRegSet)); in hal_vp9d_vdpu383_gen_regs()
1133 Vdpu383Vp9dRegSet *hw_regs = (Vdpu383Vp9dRegSet *)hw_ctx->hw_regs; in hal_vp9d_vdpu383_start()
1139 hw_regs = (Vdpu383Vp9dRegSet *)hw_ctx->g_buf[index].hw_regs; in hal_vp9d_vdpu383_start()
1211 Vdpu383Vp9dRegSet *hw_regs = (Vdpu383Vp9dRegSet *)hw_ctx->hw_regs; in hal_vp9d_vdpu383_wait()
1214 hw_regs = (Vdpu383Vp9dRegSet *)hw_ctx->g_buf[task->dec.reg_index].hw_regs; in hal_vp9d_vdpu383_wait()
[all …]
/rockchip-linux_mpp/mpp/hal/rkdec/inc/
H A Dvdpu383_vp9d.h182 } Vdpu383Vp9dRegSet; typedef