Home
last modified time | relevance | path

Searched refs:dup_packets (Results 1 – 3 of 3) sorted by relevance

/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
3165 if (dup_packets) { in gst_rtcp_packet_xr_get_summary_pkt()
3167 *dup_packets = 0; in gst_rtcp_packet_xr_get_summary_pkt()
3169 *dup_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
1591 &dup_packets)); in GST_START_TEST()
1593 fail_unless_equals_int (dup_packets, GST_READ_UINT32_BE (rtcp_pkt + 24)); in GST_START_TEST()