Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Drate_control_settings_unittest.cc24 RateControlSettings::ParseFromFieldTrials().UseCongestionWindow()); in TEST()
30 EXPECT_TRUE(settings_after.UseCongestionWindow()); in TEST()
Drate_control_settings.h67 bool UseCongestionWindow() const;
Drate_control_settings.cc124 bool RateControlSettings::UseCongestionWindow() const { in UseCongestionWindow() function in webrtc::RateControlSettings
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc213 if (rate_control_settings_.UseCongestionWindow() && in OnProcessInterval()
573 if (rate_control_settings_.UseCongestionWindow() && in OnTransportPacketsFeedback()