Home
last modified time | relevance | path

Searched refs:kStartupGrowthTarget (Results 1 – 6 of 6) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dbbr.cc34 const float kStartupGrowthTarget = 1.25f; variable
219 kStartupGrowthTarget, kMaxRoundsWithoutGrowth); in GiveFeedback()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dbbr.cc34 const float kStartupGrowthTarget = 1.25f; variable
219 kStartupGrowthTarget, kMaxRoundsWithoutGrowth); in GiveFeedback()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dbbr.cc34 const float kStartupGrowthTarget = 1.25f; variable
219 kStartupGrowthTarget, kMaxRoundsWithoutGrowth); in GiveFeedback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr_sender.cc50 const float kStartupGrowthTarget = 1.25; variable
581 QuicBandwidth target = bandwidth_at_last_round_ * kStartupGrowthTarget; in CheckIfFullBandwidthReached()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr_sender.cc54 const float kStartupGrowthTarget = 1.25; variable
632 QuicBandwidth target = bandwidth_at_last_round_ * kStartupGrowthTarget; in CheckIfFullBandwidthReached()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/bbr/
H A Dbbr_network_controller.cc67 const double kStartupGrowthTarget = 1.25; variable
682 DataRate target = bandwidth_at_last_round_ * kStartupGrowthTarget; in CheckIfFullBandwidthReached()