Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc68 float* high_loss_threshold, in ReadBweLossExperimentParameters() argument
71 RTC_DCHECK(high_loss_threshold); in ReadBweLossExperimentParameters()
77 high_loss_threshold, bitrate_threshold_kbps); in ReadBweLossExperimentParameters()
83 RTC_CHECK_GT(*high_loss_threshold, 0.0f) in ReadBweLossExperimentParameters()
85 RTC_CHECK_LE(*high_loss_threshold, 1.0f) in ReadBweLossExperimentParameters()
87 RTC_CHECK_LE(*low_loss_threshold, *high_loss_threshold) in ReadBweLossExperimentParameters()
100 *high_loss_threshold = kDefaultHighLossThreshold; in ReadBweLossExperimentParameters()