Lines Matching refs:count_base
37 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()
279 hw_ctx->count_base = hw_ctx->g_buf[i].count_base; in hal_vp9d_rkv_gen_regs()
295 mpp_buffer_sync_end(hw_ctx->count_base); in hal_vp9d_rkv_gen_regs()
335 vp9_hw_regs->swreg14_vp9_count_base = mpp_buffer_get_fd(hw_ctx->count_base); in hal_vp9d_rkv_gen_regs()
619 mpp_buffer_sync_ro_begin(hw_ctx->count_base); in hal_vp9d_rkv_wait()
620 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_rkv_wait()