Searched refs:count_base (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_rkv.c | 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() [all …]
|
| H A D | hal_vp9d_vdpu383.c | 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() [all …]
|
| H A D | hal_vp9d_ctx.h | 45 MppBuffer count_base; member
|
| H A D | hal_vp9d_vdpu34x.c | 1014 mpp_buffer_sync_end(hw_ctx->count_base); in hal_vp9d_vdpu34x_wait() 1015 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_vdpu34x_wait()
|
| H A D | hal_vp9d_vdpu382.c | 1046 mpp_buffer_sync_end(hw_ctx->count_base); in hal_vp9d_vdpu382_wait() 1047 hal_vp9d_update_counts(mpp_buffer_get_ptr(hw_ctx->count_base), task->dec.syntax.data); in hal_vp9d_vdpu382_wait()
|