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.cc85 further_probe_threshold("further_probe_threshold", 0.7), in ProbeControllerConfig()
116 &further_probe_threshold, in ProbeControllerConfig()
139 ParseFieldTrial({&further_exponential_probe_scale, &further_probe_threshold}, in ProbeControllerConfig()
314 config_.further_probe_threshold in SetEstimatedBitrate()
562 config_.further_probe_threshold; in InitiateProbing()
Dprobe_controller.h45 FieldTrialParameter<double> further_probe_threshold; member