Searched refs:pps_ptr (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 273 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->pps_data); in hal_h265d_v345_output_pps_packet() local 274 if (NULL == pps_ptr) { in hal_h265d_v345_output_pps_packet() 278 memset(pps_ptr, 0, 96 * 64); in hal_h265d_v345_output_pps_packet() 456 memcpy(pps_ptr + i * 96, pps_packet, 96); in hal_h265d_v345_output_pps_packet() 459 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v345_output_pps_packet() 460 RK_U32 *tmp = (RK_U32 *)pps_ptr; 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() local 488 if (NULL == pps_ptr) { in hal_h265d_output_pps_packet() 492 memset(pps_ptr, 0, 80 * 64); in hal_h265d_output_pps_packet() 668 memcpy(pps_ptr + i * 80, pps_packet, 80); in hal_h265d_output_pps_packet() [all …]
|
| H A D | hal_h265d_vdpu34x.c | 238 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() local 241 if (NULL == pps_ptr) { 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() 436 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v345_output_pps_packet() 437 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v345_output_pps_packet() 462 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_output_pps_packet() local 467 if (NULL == pps_ptr) { 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() 661 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 231 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v382_output_pps_packet() local 234 if (NULL == pps_ptr) { 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() 429 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v382_output_pps_packet() 430 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v382_output_pps_packet()
|
| H A D | hal_h265d_vdpu384a.c | 361 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() local 364 if (NULL == pps_ptr) { 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() 627 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v345_output_pps_packet() 628 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v345_output_pps_packet()
|
| H A D | hal_h265d_vdpu383.c | 393 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() local 396 if (NULL == pps_ptr) { in hal_h265d_v345_output_pps_packet() 609 memcpy(pps_ptr, reg_ctx->pps_buf, 176); in hal_h265d_v345_output_pps_packet() 631 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v345_output_pps_packet() 632 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v345_output_pps_packet()
|