Searched refs:lost_packets (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/tests/misc/ |
D | plot-data | 52 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/ |
D | gstrtpjitterbuffer.c | 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() [all …]
|
D | rtptwcc.c | 772 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()
|
D | rtpjitterbuffer.h | 186 guint16 seqnum, guint lost_packets);
|
D | rtpjitterbuffer.c | 1180 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/ |
D | gstrtcpbuffer.h | 619 … guint32 * lost_packets, guint32 * dup_packets);
|
D | gstrtcpbuffer.c | 3140 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/ |
D | rtp.c | 1553 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/ |
D | ChangeLog | 43458 As we just triggered lost_packets packets as lost, there's no point in
|