Home
last modified time | relevance | path

Searched refs:acknowledged_target (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/goog_cc/
H A Dsend_side_bandwidth_estimation.cc135 DataRate acknowledged_target = std::min(*acknowledged, target); in OnRateUpdate() local
136 if (acknowledged_target.bps() > capacity_estimate_bps_) { in OnRateUpdate()
140 (1 - alpha) * acknowledged_target.bps<double>(); in OnRateUpdate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/congestion_controller/goog_cc/
H A Dsend_side_bandwidth_estimation.cc138 DataRate acknowledged_target = std::min(*acknowledged, target); in OnRateUpdate() local
139 if (acknowledged_target.bps() > capacity_estimate_bps_) { in OnRateUpdate()
143 (1 - alpha) * acknowledged_target.bps<double>(); in OnRateUpdate()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/congestion_controller/goog_cc/
H A Dsend_side_bandwidth_estimation.cc135 DataRate acknowledged_target = std::min(*acknowledged, target); in OnRateUpdate() local
136 if (acknowledged_target.bps() > capacity_estimate_bps_) { in OnRateUpdate()
140 (1 - alpha) * acknowledged_target.bps<double>(); in OnRateUpdate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/congestion_controller/goog_cc/
H A Dsend_side_bandwidth_estimation.cc137 DataRate acknowledged_target = std::min(*acknowledged, target); in OnRateUpdate() local
138 if (acknowledged_target.bps() > capacity_estimate_bps_) { in OnRateUpdate()
142 (1 - alpha) * acknowledged_target.bps<double>(); in OnRateUpdate()