Searched refs:packets_lost (Results 1 – 3 of 3) sorted by relevance
577 guint packets_lost; in rtp_twcc_stats_calculate_windowed_stats() local613 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()
987 guint packets_lost; in _check_for_lost_packets() local1022 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()
1398 gint packets_lost; in validate_inbound_rtp_stats() local1415 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() local1441 fail_unless (gst_structure_get (s, "packets-lost", G_TYPE_INT, &packets_lost, in validate_remote_inbound_rtp_stats()