Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu383.c42 MppBuffer global_base; member
147 &hw_ctx->g_buf[i].global_base, GBL_SIZE); in hal_vp9d_alloc_res()
148 mpp_buffer_attach_dev(hw_ctx->g_buf[i].global_base, p_hal->dev); in hal_vp9d_alloc_res()
170 ret = mpp_buffer_get(p_hal->group, &hw_ctx->global_base, PROB_SIZE); in hal_vp9d_alloc_res()
175 mpp_buffer_attach_dev(hw_ctx->global_base, p_hal->dev); in hal_vp9d_alloc_res()
233 if (hw_ctx->g_buf[i].global_base) { in hal_vp9d_release_res()
234 ret = mpp_buffer_put(hw_ctx->g_buf[i].global_base); in hal_vp9d_release_res()
267 if (hw_ctx->global_base) { in hal_vp9d_release_res()
268 ret = mpp_buffer_put(hw_ctx->global_base); in hal_vp9d_release_res()
720 hw_ctx->global_base = hw_ctx->g_buf[i].global_base; in hal_vp9d_vdpu383_gen_regs()
[all …]
H A Dhal_vp9d_ctx.h43 MppBuffer global_base; member