Lines Matching refs:probe_base
48 MppBuffer probe_base; member
109 … ret = mpp_buffer_get(p_hal->group, &hw_ctx->g_buf[i].probe_base, VDPU34X_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
117 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, VDPU34X_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
156 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res()
157 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res()
176 if (hw_ctx->probe_base) { in hal_vp9d_release_res()
177 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res()
442 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_vdpu34x_gen_regs()
463 hal_vp9d_prob_flag_delta(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_vdpu34x_gen_regs()
464 mpp_buffer_sync_end(hw_ctx->probe_base); in hal_vp9d_vdpu34x_gen_regs()
604 vp9_hw_regs->vp9d_addr.reg160_delta_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu34x_gen_regs()
606 hal_vp9d_output_probe(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_vdpu34x_gen_regs()
607 mpp_buffer_sync_end(hw_ctx->probe_base); in hal_vp9d_vdpu34x_gen_regs()
660 vp9_hw_regs->vp9d_addr.reg167_count_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu34x_gen_regs()