Home
last modified time | relevance | path

Searched refs:congestion_window_config_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/experiments/
Drate_control_settings.cc97 : congestion_window_config_(CongestionWindowConfig::Parse( in RateControlSettings()
125 return static_cast<bool>(congestion_window_config_.queue_size_ms); in UseCongestionWindow()
129 return congestion_window_config_.queue_size_ms.value_or( in GetCongestionWindowAdditionalTimeMs()
134 return congestion_window_config_.queue_size_ms && in UseCongestionWindowPushback()
135 congestion_window_config_.min_bitrate_bps; in UseCongestionWindowPushback()
139 return congestion_window_config_.drop_frame_only; in UseCongestionWindowDropFrameOnly()
144 return congestion_window_config_.min_bitrate_bps.value_or( in CongestionWindowMinPushbackTargetBitrateBps()
150 return congestion_window_config_.initial_data_window; in CongestionWindowInitialDataWindow()
Drate_control_settings.h101 const CongestionWindowConfig congestion_window_config_; variable