Lines Matching refs:lost_packets
2401 guint16 seqnum, guint lost_packets, GstClockTime timestamp, in insert_lost_event() argument
2409 if (lost_packets > 1) in insert_lost_event()
2411 seqnum + lost_packets - 1); in insert_lost_event()
2415 priv->num_lost += lost_packets; in insert_lost_event()
2418 next_in_seqnum = (seqnum + lost_packets) & 0xffff; in insert_lost_event()
2441 event, seqnum, lost_packets)) in insert_lost_event()
2498 guint lost_packets; in gst_rtp_jitter_buffer_handle_missing_packets() local
2515 lost_packets = MAX (1, (gint) gap - (gint) max_saveable_packets); in gst_rtp_jitter_buffer_handle_missing_packets()
2518 max_saveable_packets = gap - lost_packets; in gst_rtp_jitter_buffer_handle_missing_packets()
2531 if (lost_packets > 0) { in gst_rtp_jitter_buffer_handle_missing_packets()
2536 "for duration %" GST_TIME_FORMAT, lost_packets, missing_seqnum, in gst_rtp_jitter_buffer_handle_missing_packets()
2537 missing_seqnum + lost_packets - 1, GST_TIME_ARGS (lost_duration)); in gst_rtp_jitter_buffer_handle_missing_packets()
2539 insert_lost_event (jitterbuffer, missing_seqnum, lost_packets, in gst_rtp_jitter_buffer_handle_missing_packets()
2551 missing_seqnum += lost_packets; in gst_rtp_jitter_buffer_handle_missing_packets()