Lines Matching refs:probe_base
43 MppBuffer probe_base; member
154 &hw_ctx->g_buf[i].probe_base, PROB_KF_SIZE); in hal_vp9d_alloc_res()
159 mpp_buffer_attach_dev(hw_ctx->g_buf[i].probe_base, p_hal->dev); in hal_vp9d_alloc_res()
177 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, PROB_KF_SIZE); in hal_vp9d_alloc_res()
182 mpp_buffer_attach_dev(hw_ctx->probe_base, p_hal->dev); in hal_vp9d_alloc_res()
240 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res()
241 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res()
274 if (hw_ctx->probe_base) { in hal_vp9d_release_res()
275 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res()
721 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_vdpu383_gen_regs()
785 hal_vp9d_prob_kf(mpp_buffer_get_ptr(hw_ctx->probe_base)); in hal_vp9d_vdpu383_gen_regs()
786 mpp_buffer_sync_end(hw_ctx->probe_base); in hal_vp9d_vdpu383_gen_regs()
820 vp9_hw_regs->vp9d_addrs.reg183_kfprob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu383_gen_regs()
833 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(hw_ctx->probe_base), in hal_vp9d_vdpu383_gen_regs()