Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c577 guint packets_lost; in rtp_twcc_stats_calculate_windowed_stats() local
613 packets_lost = packets_sent - packets_recv; in rtp_twcc_stats_calculate_windowed_stats()
614 stats->packet_loss_pct = (packets_lost * 100) / (gfloat) packets_sent; in rtp_twcc_stats_calculate_windowed_stats()
Drtptwcc.c987 guint packets_lost; in _check_for_lost_packets() local
1022 packets_lost = base_seqnum - twcc->expected_parsed_seqnum; in _check_for_lost_packets()
1023 for (i = 0; i < packets_lost; i++) { in _check_for_lost_packets()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1398 gint packets_lost; in validate_inbound_rtp_stats() local
1415 fail_unless (gst_structure_get (s, "packets-lost", G_TYPE_INT, &packets_lost, in validate_inbound_rtp_stats()
1432 gint packets_lost; in validate_remote_inbound_rtp_stats() local
1441 fail_unless (gst_structure_get (s, "packets-lost", G_TYPE_INT, &packets_lost, in validate_remote_inbound_rtp_stats()