Home
last modified time | relevance | path

Searched refs:pps_data (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h20 MppBuffer pps_data; member
47 MppBuffer pps_data; member
H A Dhal_h265d_rkv.c58 ret = mpp_buffer_get(reg_ctx->group, &reg_ctx->g_buf[i].pps_data, in hal_h265d_alloc_res()
81 ret = mpp_buffer_get(reg_ctx->group, &reg_ctx->pps_data, PPS_SIZE); in hal_h265d_alloc_res()
111 if (reg_ctx->g_buf[i].pps_data) { in hal_h265d_release_res()
112 ret = mpp_buffer_put(reg_ctx->g_buf[i].pps_data); in hal_h265d_release_res()
140 if (reg_ctx->pps_data) { in hal_h265d_release_res()
141 ret = mpp_buffer_put(reg_ctx->pps_data); in hal_h265d_release_res()
273 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->pps_data); in hal_h265d_v345_output_pps_packet()
487 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->pps_data); in hal_h265d_output_pps_packet()
759 reg_ctx->pps_data = reg_ctx->g_buf[i].pps_data; in hal_h265d_rkv_gen_regs()
850 hw_regs->sw_pps_base = mpp_buffer_get_fd(reg_ctx->pps_data); in hal_h265d_rkv_gen_regs()
[all …]