Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c216 stats->sender_fraction = ((gdouble) rs) / ((gdouble) stats->rtcp_bandwidth); in rtp_stats_set_bandwidths()
217 stats->receiver_fraction = 1.0 - stats->sender_fraction; in rtp_stats_set_bandwidths()
220 stats->sender_fraction = 0.0; in rtp_stats_set_bandwidths()
224 stats->rtcp_bandwidth, stats->sender_fraction, stats->receiver_fraction); in rtp_stats_set_bandwidths()
276 if (senders <= members * stats->sender_fraction) { in rtp_stats_calculate_rtcp_interval()
278 rtcp_bw *= stats->sender_fraction; in rtp_stats_calculate_rtcp_interval()
Drtpstats.h242 gdouble sender_fraction; member