Lines Matching refs:pps_data
58 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->g_buf[i].pps_data, in hal_h265d_alloc_res()
81 ret = mpp_buffer_get(reg_ctx->group, ®_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()
901 mpp_buffer_sync_end(reg_ctx->pps_data); in hal_h265d_rkv_gen_regs()