Searched refs:probe_base (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_rkv.c | 36 MppBuffer probe_base; member 65 &hw_ctx->g_buf[i].probe_base, PROB_SIZE); in hal_vp9d_alloc_res() 91 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, PROB_SIZE); in hal_vp9d_alloc_res() 124 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res() 125 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res() 158 if (hw_ctx->probe_base) { in hal_vp9d_release_res() 159 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res() 278 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_rkv_gen_regs() 294 hal_vp9d_output_probe(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_rkv_gen_regs() 334 vp9_hw_regs->swreg6_cabactbl_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_rkv_gen_regs()
|
| H A D | hal_vp9d_vdpu34x.c | 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() [all …]
|
| H A D | hal_vp9d_vdpu382.c | 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() [all …]
|
| H A D | hal_vp9d_vdpu383.c | 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() [all …]
|
| H A D | hal_vp9d_ctx.h | 44 MppBuffer probe_base; member
|