Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dacknowledged_bitrate_estimator_interface.h29 struct RobustThroughputEstimatorSettings { struct
30 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; argument
36 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;
H A Dacknowledged_bitrate_estimator_interface.cc24 RobustThroughputEstimatorSettings::RobustThroughputEstimatorSettings( in RobustThroughputEstimatorSettings() function in webrtc::RobustThroughputEstimatorSettings