Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Drate_control_settings.cc57 constexpr char CongestionWindowConfig::kKey[];
59 std::unique_ptr<StructParametersParser> CongestionWindowConfig::Parser() { in Parser()
67 CongestionWindowConfig CongestionWindowConfig::Parse(absl::string_view config) { in Parse()
68 CongestionWindowConfig res; in Parse()
97 : congestion_window_config_(CongestionWindowConfig::Parse( in RateControlSettings()
98 key_value_config->Lookup(CongestionWindowConfig::kKey))) { in RateControlSettings()
Drate_control_settings.h23 struct CongestionWindowConfig { struct
30 static CongestionWindowConfig Parse(absl::string_view config); argument
101 const CongestionWindowConfig congestion_window_config_;