Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Drate_control_settings_unittest.cc36 .UseCongestionWindowPushback()); in TEST()
42 EXPECT_TRUE(settings_after.UseCongestionWindowPushback()); in TEST()
Drate_control_settings.h69 bool UseCongestionWindowPushback() const;
Drate_control_settings.cc133 bool RateControlSettings::UseCongestionWindowPushback() const { in UseCongestionWindowPushback() function in webrtc::RateControlSettings
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc94 rate_control_settings_.UseCongestionWindowPushback() in GoogCcNetworkController()