Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc98 further_probe_threshold("further_probe_threshold", 0.7), in ProbeControllerConfig()
107 &further_exponential_probe_scale, &further_probe_threshold, in ProbeControllerConfig()
116 ParseFieldTrial({&further_exponential_probe_scale, &further_probe_threshold}, in ProbeControllerConfig()
443 (*(bitrates_to_probe.end() - 1)) * config_.further_probe_threshold; in InitiateProbing()
Dprobe_controller.h44 FieldTrialParameter<double> further_probe_threshold; member