Lines Matching refs:pps_packet
264 RK_U64 *pps_packet = mpp_calloc(RK_U64, fifo_len + 1); in hal_h265d_v345_output_pps_packet() local
269 MPP_FREE(pps_packet); in hal_h265d_v345_output_pps_packet()
281 for (i = 0; i < 12; i++) pps_packet[i] = 0; in hal_h265d_v345_output_pps_packet()
283 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v345_output_pps_packet()
456 memcpy(pps_ptr + i * 96, pps_packet, 96); in hal_h265d_v345_output_pps_packet()
465 MPP_FREE(pps_packet); in hal_h265d_v345_output_pps_packet()
478 RK_U64 *pps_packet = mpp_calloc(RK_U64, fifo_len + 1); in hal_h265d_output_pps_packet() local
483 MPP_FREE(pps_packet); in hal_h265d_output_pps_packet()
495 for (i = 0; i < 10; i++) pps_packet[i] = 0; in hal_h265d_output_pps_packet()
497 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_output_pps_packet()
668 memcpy(pps_ptr + i * 80, pps_packet, 80); in hal_h265d_output_pps_packet()
675 MPP_FREE(pps_packet); in hal_h265d_output_pps_packet()