Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc97 further_exponential_probe_scale("step_size", 2), in ProbeControllerConfig()
107 &further_exponential_probe_scale, &further_probe_threshold, in ProbeControllerConfig()
116 ParseFieldTrial({&further_exponential_probe_scale, &further_probe_threshold}, in ProbeControllerConfig()
288 {static_cast<int64_t>(config_.further_exponential_probe_scale * in SetEstimatedBitrate()
Dprobe_controller.h43 FieldTrialParameter<double> further_exponential_probe_scale; member