Home
last modified time | relevance | path

Searched refs:lost_packets (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/misc/
Dplot-data52 lost_packets = state['packet-lost']
60 pylab.plot([x[0] for x in lost_packets], [x[1] for x in lost_packets],
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c2401 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()
[all …]
Drtptwcc.c772 guint lost_packets; in _many_packets_some_lost() local
780 lost_packets = packet_count - received_packets; in _many_packets_some_lost()
781 if (received_packets >= 30 && lost_packets >= 60) in _many_packets_some_lost()
785 if (twcc->packet_count_no_marker >= 10 && lost_packets >= 60) in _many_packets_some_lost()
Drtpjitterbuffer.h186 guint16 seqnum, guint lost_packets);
Drtpjitterbuffer.c1180 guint16 seqnum, guint lost_packets) in rtp_jitter_buffer_append_lost_event() argument
1183 ITEM_TYPE_LOST, -1, -1, seqnum, lost_packets, -1, in rtp_jitter_buffer_append_lost_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.h619 … guint32 * lost_packets, guint32 * dup_packets);
Dgstrtcpbuffer.c3140 guint32 * lost_packets, guint32 * dup_packets) in gst_rtcp_packet_xr_get_summary_pkt() argument
3157 if (lost_packets) { in gst_rtcp_packet_xr_get_summary_pkt()
3159 *lost_packets = 0; in gst_rtcp_packet_xr_get_summary_pkt()
3161 *lost_packets = GST_READ_UINT32_BE (data); in gst_rtcp_packet_xr_get_summary_pkt()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1553 guint32 ssrc, lost_packets, dup_packets; in GST_START_TEST() local
1590 fail_unless (gst_rtcp_packet_xr_get_summary_pkt (&packet, &lost_packets, in GST_START_TEST()
1592 fail_unless_equals_int (lost_packets, GST_READ_UINT32_BE (rtcp_pkt + 20)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/
DChangeLog43458 As we just triggered lost_packets packets as lost, there's no point in