Searched refs:pps_buf (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_ctx.h | 90 void *pps_buf; member
|
| H A D | hal_h265d_vdpu34x.c | 114 reg_ctx->pps_buf = mpp_calloc(RK_U64, 15); in hal_h265d_vdpu34x_init() 210 MPP_FREE(reg_ctx->pps_buf); in hal_h265d_vdpu34x_deinit() 240 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() 434 memcpy(pps_ptr + i * 112, reg_ctx->pps_buf, 112); in hal_h265d_v345_output_pps_packet() 465 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_output_pps_packet() 654 memcpy(pps_ptr + i * 80, reg_ctx->pps_buf, 80); in hal_h265d_output_pps_packet() 657 memcpy(pps_ptr + i * 80, reg_ctx->pps_buf, 80); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 112 reg_ctx->pps_buf = mpp_calloc(RK_U64, 15); in hal_h265d_vdpu382_init() 203 MPP_FREE(reg_ctx->pps_buf); in hal_h265d_vdpu382_deinit() 233 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v382_output_pps_packet() 427 memcpy(pps_ptr + i * 112, reg_ctx->pps_buf, 112); in hal_h265d_v382_output_pps_packet()
|
| H A D | hal_h265d_vdpu384a.c | 103 reg_ctx->pps_buf = mpp_calloc(RK_U8, SPSPPS_ALIGNED_SIZE); in hal_h265d_vdpu384a_init() 183 MPP_FREE(reg_ctx->pps_buf); in hal_h265d_vdpu384a_deinit() 362 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() 605 memcpy(pps_ptr, reg_ctx->pps_buf, SPSPPS_ALIGNED_SIZE); in hal_h265d_v345_output_pps_packet()
|
| H A D | hal_h265d_vdpu383.c | 124 reg_ctx->pps_buf = mpp_calloc(RK_U64, 24); in hal_h265d_vdpu383_init() 214 MPP_FREE(reg_ctx->pps_buf); in hal_h265d_vdpu383_deinit() 394 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() 609 memcpy(pps_ptr, reg_ctx->pps_buf, 176); in hal_h265d_v345_output_pps_packet()
|