Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Drate_control_settings.cc60 return StructParametersParser::Create("QueueSize", &queue_size_ms, // in Parser()
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()
Drate_control_settings.h25 absl::optional<int> queue_size_ms; member