Home
last modified time | relevance | path

Searched refs:count_base (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c37 MppBuffer count_base; member
71 &hw_ctx->g_buf[i].count_base, COUNT_SIZE); in hal_vp9d_alloc_res()
96 ret = mpp_buffer_get(p_hal->group, &hw_ctx->count_base, COUNT_SIZE); in hal_vp9d_alloc_res()
131 if (hw_ctx->g_buf[i].count_base) { in hal_vp9d_release_res()
132 ret = mpp_buffer_put(hw_ctx->g_buf[i].count_base); in hal_vp9d_release_res()
165 if (hw_ctx->count_base) { in hal_vp9d_release_res()
166 ret = mpp_buffer_put(hw_ctx->count_base); in hal_vp9d_release_res()
276 hw_ctx->count_base = hw_ctx->g_buf[i].count_base; in hal_vp9d_rkv_gen_regs()
334 vp9_hw_regs->swreg14_vp9_count_base = mpp_buffer_get_fd(hw_ctx->count_base); in hal_vp9d_rkv_gen_regs()
614 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_rkv_wait()
H A Dhal_vp9d_ctx.h42 MppBuffer count_base; member
H A Dhal_vp9d_vdpu382.c1036 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_vdpu382_wait()
H A Dhal_vp9d_vdpu34x.c1004 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_vdpu34x_wait()