Searched refs:pps_ptr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 291 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->pps_data); in hal_h265d_v345_output_pps_packet() local 292 if (NULL == pps_ptr) { in hal_h265d_v345_output_pps_packet() 296 memset(pps_ptr, 0, 96 * 64); in hal_h265d_v345_output_pps_packet() 474 memcpy(pps_ptr + i * 96, pps_packet, 96); in hal_h265d_v345_output_pps_packet() 477 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v345_output_pps_packet() 478 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v345_output_pps_packet() 505 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->pps_data); in hal_h265d_output_pps_packet() local 506 if (NULL == pps_ptr) { in hal_h265d_output_pps_packet() 510 memset(pps_ptr, 0, 80 * 64); in hal_h265d_output_pps_packet() 686 memcpy(pps_ptr + i * 80, pps_packet, 80); in hal_h265d_output_pps_packet() [all …]
|
| H A D | hal_h265d_vdpu34x.c | 243 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() local 246 if (NULL == pps_ptr) { in hal_h265d_v345_output_pps_packet() 442 memcpy(pps_ptr + i * 112, reg_ctx->pps_buf, 112); in hal_h265d_v345_output_pps_packet() 444 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v345_output_pps_packet() 445 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v345_output_pps_packet() 470 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_output_pps_packet() local 475 if (NULL == pps_ptr) { in hal_h265d_output_pps_packet() 662 memcpy(pps_ptr + i * 80, reg_ctx->pps_buf, 80); in hal_h265d_output_pps_packet() 665 memcpy(pps_ptr + i * 80, reg_ctx->pps_buf, 80); in hal_h265d_output_pps_packet() 669 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 247 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v382_output_pps_packet() local 250 if (NULL == pps_ptr) { in hal_h265d_v382_output_pps_packet() 446 memcpy(pps_ptr + i * 112, reg_ctx->pps_buf, 112); in hal_h265d_v382_output_pps_packet() 448 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_v382_output_pps_packet() 449 RK_U32 *tmp = (RK_U32 *)pps_ptr; in hal_h265d_v382_output_pps_packet()
|