Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Drate_control_settings_unittest.cc188 TEST(RateControlSettingsTest, TriggerProbeOnMaxAllocatedBitrateChange) { in TEST() argument
190 .TriggerProbeOnMaxAllocatedBitrateChange()); in TEST()
195 .TriggerProbeOnMaxAllocatedBitrateChange()); in TEST()
Drate_control_settings.h93 bool TriggerProbeOnMaxAllocatedBitrateChange() const;
Drate_control_settings.cc217 bool RateControlSettings::TriggerProbeOnMaxAllocatedBitrateChange() const { in TriggerProbeOnMaxAllocatedBitrateChange() function in webrtc::RateControlSettings
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc292 if (rate_control_settings_.TriggerProbeOnMaxAllocatedBitrateChange()) { in OnStreamsConfig()