Home
last modified time | relevance | path

Searched defs:TrendlineEstimatorSettings (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h29 struct TrendlineEstimatorSettings { struct
30 static constexpr char kKey[] = "WebRTC-Bwe-TrendlineEstimatorSettings"; argument
33 TrendlineEstimatorSettings() = delete; argument
39 bool enable_sort = false;
43 bool enable_cap = false;
44 unsigned beginning_packets = 7;
45 unsigned end_packets = 7;
46 double cap_uncertainty = 0.0;
49 unsigned window_size = kDefaultTrendlineWindowSize;
Dtrendline_estimator.cc117 TrendlineEstimatorSettings::TrendlineEstimatorSettings( in TrendlineEstimatorSettings() function in webrtc::TrendlineEstimatorSettings