Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c160 rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, in rtp_stats_set_bandwidths() argument
163 GST_DEBUG ("recalc bandwidths: RTP %u, RTCP %f, RS %u, RR %u", rtp_bw, in rtp_stats_set_bandwidths()
173 if (rtp_bw > 0.0) in rtp_stats_set_bandwidths()
174 rtcp_bw = rtp_bw * rtcp_bw; 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()
184 else if (rtp_bw == -1 && rtcp_bw < 0.0) { in rtp_stats_set_bandwidths()
186 rtp_bw = RTP_STATS_BANDWIDTH; in rtp_stats_set_bandwidths()
[all …]
Drtpstats.h281 guint rtp_bw,