Lines Matching refs:count_base
44 MppBuffer count_base; member
161 &hw_ctx->g_buf[i].count_base, COUNT_SIZE); in hal_vp9d_alloc_res()
166 mpp_buffer_attach_dev(hw_ctx->g_buf[i].count_base, p_hal->dev); in hal_vp9d_alloc_res()
184 ret = mpp_buffer_get(p_hal->group, &hw_ctx->count_base, COUNT_SIZE); in hal_vp9d_alloc_res()
189 mpp_buffer_attach_dev(hw_ctx->count_base, p_hal->dev); in hal_vp9d_alloc_res()
247 if (hw_ctx->g_buf[i].count_base) { in hal_vp9d_release_res()
248 ret = mpp_buffer_put(hw_ctx->g_buf[i].count_base); in hal_vp9d_release_res()
281 if (hw_ctx->count_base) { in hal_vp9d_release_res()
282 ret = mpp_buffer_put(hw_ctx->count_base); in hal_vp9d_release_res()
722 hw_ctx->count_base = hw_ctx->g_buf[i].count_base; in hal_vp9d_vdpu383_gen_regs()
1286 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_vdpu383_wait()