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, VDPU382_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
117 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, VDPU382_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
157 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res()
158 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res()
177 if (hw_ctx->probe_base) { in hal_vp9d_release_res()
178 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res()
455 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_vdpu382_gen_regs()
476 hal_vp9d_prob_flag_delta(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_vdpu382_gen_regs()
477 mpp_buffer_sync_end(hw_ctx->probe_base); in hal_vp9d_vdpu382_gen_regs()
614 vp9_hw_regs->vp9d_addr.reg160_delta_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu382_gen_regs()
616 hal_vp9d_output_probe(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_vdpu382_gen_regs()
617 mpp_buffer_sync_end(hw_ctx->probe_base); in hal_vp9d_vdpu382_gen_regs()
670 vp9_hw_regs->vp9d_addr.reg167_count_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu382_gen_regs()