Home
last modified time | relevance | path

Searched refs:packets_received (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/tests/
Dsrbchannel-test.c33 static unsigned packets_received; variable
45 packets_received++; in packet_received()
58 packets_received = 0; in packet_test()
75 while (packets_received < npackets) in packet_test()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c419 "packets-received", G_TYPE_UINT64, src->stats.packets_received, in rtp_source_create_stats()
1035 src->stats.packets_received++; in update_queued_stats()
1049 src->stats.packets_received = 0; in init_seq()
1217 src->stats.packets_received += pinfo->packets; in update_receiver_stats()
1222 seqnr, src->stats.packets_received, src->stats.octets_received); in update_receiver_stats()
1640 extended_max, expected, stats->packets_received, stats->base_seq); in rtp_source_get_new_rb()
1642 lost = expected - stats->packets_received; in rtp_source_get_new_rb()
1647 received_interval = stats->packets_received - stats->prev_received; in rtp_source_get_new_rb()
1648 stats->prev_received = stats->packets_received; in rtp_source_get_new_rb()
Drtpstats.h136 guint64 packets_received; member
Drtpstats.c407 lost = expected - stats->packets_received; in rtp_stats_get_packets_lost()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin_buffer_list.c1025 guint64 packets_received; in GST_START_TEST() local
1062 "packets-received", G_TYPE_UINT64, &packets_received, NULL); in GST_START_TEST()
1064 fail_unless (packets_received == 2); in GST_START_TEST()
1087 guint64 packets_received; in GST_START_TEST() local
1125 "packets-received", G_TYPE_UINT64, &packets_received, NULL); in GST_START_TEST()
1126 fail_unless (packets_received == 2); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1399 guint64 packets_received, bytes_received; in validate_inbound_rtp_stats() local
1411 &packets_received, NULL)); in validate_inbound_rtp_stats()