Home
last modified time | relevance | path

Searched refs:bandwidth_estimate (Results 1 – 24 of 24) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dcongestion_window.h27 int64_t bandwidth_estimate,
30 int GetTargetCongestionWindow(int64_t bandwidth_estimate,
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dcongestion_window.h27 int64_t bandwidth_estimate,
30 int GetTargetCongestionWindow(int64_t bandwidth_estimate,
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dcongestion_window.h27 int64_t bandwidth_estimate,
30 int GetTargetCongestionWindow(int64_t bandwidth_estimate,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler.cc26 QuicByteCount MaxAckHeightTracker::Update(QuicBandwidth bandwidth_estimate, in Update() argument
40 bandwidth_estimate * (ack_time - aggregation_epoch_start_time_); in Update()
52 << ", bandwidth_estimate:" << bandwidth_estimate in Update()
71 << ", bandwidth_estimate:" << bandwidth_estimate in Update()
274 QuicBandwidth bandwidth_estimate, in OnAckEventEnd() argument
285 bandwidth_estimate, round_trip_count, last_acked_packet_ack_time_, in OnAckEventEnd()
H A Dbandwidth_sampler.h104 QuicByteCount Update(QuicBandwidth bandwidth_estimate,
327 QuicByteCount OnAckEventEnd(QuicBandwidth bandwidth_estimate,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler.cc26 QuicByteCount MaxAckHeightTracker::Update(QuicBandwidth bandwidth_estimate, in Update() argument
40 bandwidth_estimate * (ack_time - aggregation_epoch_start_time_); in Update()
52 << ", bandwidth_estimate:" << bandwidth_estimate in Update()
71 << ", bandwidth_estimate:" << bandwidth_estimate in Update()
273 QuicBandwidth bandwidth_estimate, in OnAckEventEnd() argument
284 bandwidth_estimate, round_trip_count, last_acked_packet_ack_time_, in OnAckEventEnd()
H A Dbandwidth_sampler.h104 QuicByteCount Update(QuicBandwidth bandwidth_estimate,
326 QuicByteCount OnAckEventEnd(QuicBandwidth bandwidth_estimate,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_server_properties.h67 ServerNetworkStats() : bandwidth_estimate(quic::QuicBandwidth::Zero()) {} in ServerNetworkStats()
70 return srtt == other.srtt && bandwidth_estimate == other.bandwidth_estimate;
78 quic::QuicBandwidth bandwidth_estimate; member
H A Dhttp_server_properties_unittest.cc2448 stats_google.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(100); in TEST_F()
2468 stats_docs.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(200); in TEST_F()
2479 new_stats_docs.bandwidth_estimate = in TEST_F()
2487 stats_mail.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(300); in TEST_F()
2525 stats1.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(100); in TEST_F()
2531 EXPECT_EQ(100, stats2->bandwidth_estimate.ToBitsPerSecond()); in TEST_F()
2546 stats.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(100); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_server_properties.h67 ServerNetworkStats() : bandwidth_estimate(quic::QuicBandwidth::Zero()) {} in ServerNetworkStats()
70 return srtt == other.srtt && bandwidth_estimate == other.bandwidth_estimate;
78 quic::QuicBandwidth bandwidth_estimate; member
H A Dhttp_server_properties_unittest.cc2444 stats_google.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(100); in TEST_F()
2464 stats_docs.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(200); in TEST_F()
2475 new_stats_docs.bandwidth_estimate = in TEST_F()
2483 stats_mail.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(300); in TEST_F()
2521 stats1.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(100); in TEST_F()
2527 EXPECT_EQ(100, stats2->bandwidth_estimate.ToBitsPerSecond()); in TEST_F()
2542 stats.bandwidth_estimate = quic::QuicBandwidth::FromBitsPerSecond(100); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dquartc_multiplexer.h118 virtual void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
157 void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
H A Dquartc_endpoint.cc99 QuicBandwidth bandwidth_estimate, in OnCongestionControlChange() argument
102 delegate_->OnCongestionControlChange(bandwidth_estimate, pacing_rate, in OnCongestionControlChange()
H A Dquartc_multiplexer.cc168 QuicBandwidth bandwidth_estimate, in OnCongestionControlChange() argument
171 session_delegate_->OnCongestionControlChange(bandwidth_estimate, pacing_rate, in OnCongestionControlChange()
H A Dquartc_session.cc219 QuicBandwidth bandwidth_estimate = in OnCongestionWindowChange() local
228 session_delegate_->OnCongestionControlChange(bandwidth_estimate, pacing_rate, in OnCongestionWindowChange()
H A Dquartc_endpoint.h74 void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
H A Dquartc_session.h133 virtual void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
H A Dquartc_multiplexer_test.cc59 void OnCongestionControlChange(QuicBandwidth bandwidth_estimate, in OnCongestionControlChange() argument
62 latest_bandwidth_estimate_ = bandwidth_estimate; in OnCongestionControlChange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/pcc/
H A Dbitrate_controller.h50 DataRate bandwidth_estimate);
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/congestion_controller/pcc/
H A Dbitrate_controller.h50 DataRate bandwidth_estimate);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/congestion_controller/pcc/
H A Dbitrate_controller.h50 DataRate bandwidth_estimate);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/congestion_controller/pcc/
H A Dbitrate_controller.h50 DataRate bandwidth_estimate);
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_stream_factory.cc2072 network_stats.bandwidth_estimate = stats.estimated_bandwidth; in ProcessGoingAwaySession()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_stream_factory.cc2206 network_stats.bandwidth_estimate = stats.estimated_bandwidth; in ProcessGoingAwaySession()