Lines Matching refs:pps_ptr
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()
671 fwrite(pps_ptr, 1, 80 * 64, fp); in hal_h265d_output_pps_packet()