Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c161 gdouble rtcp_bw, guint rs, guint rr) in rtp_stats_set_bandwidths() argument
164 rtcp_bw, rs, rr); in rtp_stats_set_bandwidths()
169 rtcp_bw = rs + rr; in rtp_stats_set_bandwidths()
172 if (rtcp_bw > 0.0 && rtcp_bw < 1.0) { in rtp_stats_set_bandwidths()
174 rtcp_bw = rtp_bw * rtcp_bw; in rtp_stats_set_bandwidths()
176 rtcp_bw = -1.0; in rtp_stats_set_bandwidths()
180 if (rtp_bw == -1 && rtcp_bw > 1.0) in rtp_stats_set_bandwidths()
181 rtp_bw = rtcp_bw * 20; in rtp_stats_set_bandwidths()
182 else if (rtp_bw != -1 && rtcp_bw < 0.0) in rtp_stats_set_bandwidths()
183 rtcp_bw = rtp_bw / 20; in rtp_stats_set_bandwidths()
[all …]
Drtpstats.h282 gdouble rtcp_bw,
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt1593 rtcp_bw: The target RTCP bandwidth, i.e., the total bandwidth
1636 of the RTCP bandwidth (rtcp_bw), and the constant n is set to the
1675 rtcp_bw to the specified fraction of the session bandwidth, initial
4943 double rtcp_bw,
5003 rtcp_bw *= RTCP_SENDER_BW_FRACTION;
5006 rtcp_bw *= RTCP_RCVR_BW_FRACTION;
5020 t = avg_rtcp_size * n / rtcp_bw;
5036 double rtcp_bw,
5068 rtcp_bw,
5083 rtcp_bw,
[all …]