Searched defs:TrendlineEstimatorSettings (Results 1 – 2 of 2) sorted by relevance
29 struct TrendlineEstimatorSettings { struct30 static constexpr char kKey[] = "WebRTC-Bwe-TrendlineEstimatorSettings"; argument33 TrendlineEstimatorSettings() = delete; argument39 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;
117 TrendlineEstimatorSettings::TrendlineEstimatorSettings( in TrendlineEstimatorSettings() function in webrtc::TrendlineEstimatorSettings