Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c38 MppBuffer segid_cur_base; member
77 &hw_ctx->g_buf[i].segid_cur_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
101 ret = mpp_buffer_get(p_hal->group, &hw_ctx->segid_cur_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
138 if (hw_ctx->g_buf[i].segid_cur_base) { in hal_vp9d_release_res()
139 ret = mpp_buffer_put(hw_ctx->g_buf[i].segid_cur_base); in hal_vp9d_release_res()
172 if (hw_ctx->segid_cur_base) { in hal_vp9d_release_res()
173 ret = mpp_buffer_put(hw_ctx->segid_cur_base); in hal_vp9d_release_res()
280 hw_ctx->segid_cur_base = hw_ctx->g_buf[i].segid_cur_base; in hal_vp9d_rkv_gen_regs()
339 vp9_hw_regs->swreg16_vp9_segidcur_base = mpp_buffer_get_fd(hw_ctx->segid_cur_base); in hal_vp9d_rkv_gen_regs()
341 vp9_hw_regs->swreg15_vp9_segidlast_base = mpp_buffer_get_fd(hw_ctx->segid_cur_base); in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_ctx.h46 MppBuffer segid_cur_base; member
H A Dhal_vp9d_vdpu383.c45 MppBuffer segid_cur_base; member
129 ret = mpp_buffer_get(p_hal->group, &hw_ctx->segid_cur_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
134 mpp_buffer_attach_dev(hw_ctx->segid_cur_base, p_hal->dev); in hal_vp9d_alloc_res()
208 if (hw_ctx->segid_cur_base) { in hal_vp9d_release_res()
209 ret = mpp_buffer_put(hw_ctx->segid_cur_base); in hal_vp9d_release_res()
916 vp9_hw_regs->vp9d_addrs.reg182_segidcur_base = mpp_buffer_get_fd(hw_ctx->segid_cur_base); in hal_vp9d_vdpu383_gen_regs()
918 vp9_hw_regs->vp9d_addrs.reg181_segidlast_base = mpp_buffer_get_fd(hw_ctx->segid_cur_base); in hal_vp9d_vdpu383_gen_regs()
1238 (void *)mpp_buffer_get_ptr(hw_ctx->segid_cur_base), in hal_vp9d_vdpu383_wait()
1251 (void *)mpp_buffer_get_ptr(hw_ctx->segid_cur_base), in hal_vp9d_vdpu383_wait()