Home
last modified time | relevance | path

Searched refs:segid_last_base (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c39 MppBuffer segid_last_base; member
83 &hw_ctx->g_buf[i].segid_last_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
106 ret = mpp_buffer_get(p_hal->group, &hw_ctx->segid_last_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
145 if (hw_ctx->g_buf[i].segid_last_base) { in hal_vp9d_release_res()
146 ret = mpp_buffer_put(hw_ctx->g_buf[i].segid_last_base); in hal_vp9d_release_res()
179 if (hw_ctx->segid_last_base) { in hal_vp9d_release_res()
180 ret = mpp_buffer_put(hw_ctx->segid_last_base); in hal_vp9d_release_res()
281 hw_ctx->segid_last_base = hw_ctx->g_buf[i].segid_last_base; in hal_vp9d_rkv_gen_regs()
338 vp9_hw_regs->swreg15_vp9_segidlast_base = mpp_buffer_get_fd(hw_ctx->segid_last_base); in hal_vp9d_rkv_gen_regs()
342 vp9_hw_regs->swreg16_vp9_segidcur_base = mpp_buffer_get_fd(hw_ctx->segid_last_base); in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_ctx.h47 MppBuffer segid_last_base; member
H A Dhal_vp9d_vdpu383.c46 MppBuffer segid_last_base; member
135 ret = mpp_buffer_get(p_hal->group, &hw_ctx->segid_last_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
140 mpp_buffer_attach_dev(hw_ctx->segid_last_base, p_hal->dev); in hal_vp9d_alloc_res()
215 if (hw_ctx->segid_last_base) { in hal_vp9d_release_res()
216 ret = mpp_buffer_put(hw_ctx->segid_last_base); in hal_vp9d_release_res()
915 vp9_hw_regs->vp9d_addrs.reg181_segidlast_base = mpp_buffer_get_fd(hw_ctx->segid_last_base); in hal_vp9d_vdpu383_gen_regs()
919 vp9_hw_regs->vp9d_addrs.reg182_segidcur_base = mpp_buffer_get_fd(hw_ctx->segid_last_base); in hal_vp9d_vdpu383_gen_regs()
1242 (void *)mpp_buffer_get_ptr(hw_ctx->segid_last_base), in hal_vp9d_vdpu383_wait()
1255 (void *)mpp_buffer_get_ptr(hw_ctx->segid_last_base), in hal_vp9d_vdpu383_wait()