Searched defs:RobustThroughputEstimatorSettings (Results 1 – 2 of 2) sorted by relevance
29 struct RobustThroughputEstimatorSettings { struct30 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; argument36 bool enabled = false; // Set to true to use RobustThroughputEstimator.46 unsigned window_packets = 20;47 unsigned max_window_packets = 500;48 TimeDelta min_window_duration = TimeDelta::Seconds(1);49 TimeDelta max_window_duration = TimeDelta::Seconds(5);53 unsigned required_packets = 10;64 double unacked_weight = 1.0;
24 RobustThroughputEstimatorSettings::RobustThroughputEstimatorSettings( in RobustThroughputEstimatorSettings() function in webrtc::RobustThroughputEstimatorSettings