Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc67 bool ReadBweLossExperimentParameters(float* low_loss_threshold, in ReadBweLossExperimentParameters() argument
70 RTC_DCHECK(low_loss_threshold); in ReadBweLossExperimentParameters()
76 sscanf(experiment_string.c_str(), "Enabled-%f,%f,%u", low_loss_threshold, in ReadBweLossExperimentParameters()
79 RTC_CHECK_GT(*low_loss_threshold, 0.0f) in ReadBweLossExperimentParameters()
81 RTC_CHECK_LE(*low_loss_threshold, 1.0f) in ReadBweLossExperimentParameters()
87 RTC_CHECK_LE(*low_loss_threshold, *high_loss_threshold) in ReadBweLossExperimentParameters()
99 *low_loss_threshold = kDefaultLowLossThreshold; in ReadBweLossExperimentParameters()