Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c49 MppBuffer seg_base; member
123 ret = mpp_buffer_get(p_hal->group, &hw_ctx->seg_base, MAX_SEGMAP_SIZE_ALIGN_TO_4K * 2); in hal_vp9d_alloc_res()
205 if (hw_ctx->seg_base) { in hal_vp9d_release_res()
206 ret = mpp_buffer_put(hw_ctx->seg_base); in hal_vp9d_release_res()
525 vp9_hw_regs->vp9d_addr.reg169_segidcur_base = mpp_buffer_get_fd(hw_ctx->seg_base); in hal_vp9d_vdpu34x_gen_regs()
526 vp9_hw_regs->vp9d_addr.reg168_segidlast_base = mpp_buffer_get_fd(hw_ctx->seg_base); in hal_vp9d_vdpu34x_gen_regs()
H A Dhal_vp9d_vdpu382.c49 MppBuffer seg_base; member
124 ret = mpp_buffer_get(p_hal->group, &hw_ctx->seg_base, MAX_SEGMAP_SIZE_ALIGN_TO_4K * 2); in hal_vp9d_alloc_res()
206 if (hw_ctx->seg_base) { in hal_vp9d_release_res()
207 ret = mpp_buffer_put(hw_ctx->seg_base); in hal_vp9d_release_res()
539 vp9_hw_regs->vp9d_addr.reg169_segidcur_base = mpp_buffer_get_fd(hw_ctx->seg_base); in hal_vp9d_vdpu382_gen_regs()
540 vp9_hw_regs->vp9d_addr.reg168_segidlast_base = mpp_buffer_get_fd(hw_ctx->seg_base); in hal_vp9d_vdpu382_gen_regs()