Home
last modified time | relevance | path

Searched refs:packet_loss_pct (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c614 stats->packet_loss_pct = (packets_lost * 100) / (gfloat) packets_sent; in rtp_twcc_stats_calculate_windowed_stats()
637 packets_recv, stats->packet_loss_pct, stats->bitrate_sent, in rtp_twcc_stats_calculate_windowed_stats()
669 "packet-loss-pct", G_TYPE_DOUBLE, stats->packet_loss_pct, in rtp_twcc_stats_get_stats_structure()
Drtpstats.h272 gfloat packet_loss_pct; member