Searched refs:dup_packets (Results 1 – 3 of 3) sorted by relevance
619 … guint32 * lost_packets, guint32 * dup_packets);
3140 guint32 * lost_packets, guint32 * dup_packets) in gst_rtcp_packet_xr_get_summary_pkt() argument3165 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()
1553 guint32 ssrc, lost_packets, dup_packets; in GST_START_TEST() local1591 &dup_packets)); in GST_START_TEST()1593 fail_unless_equals_int (dup_packets, GST_READ_UINT32_BE (rtcp_pkt + 24)); in GST_START_TEST()