Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc216 high_loss_threshold_(kDefaultHighLossThreshold), in SendSideBandwidthEstimation()
222 &high_loss_threshold_, in SendSideBandwidthEstimation()
225 << low_loss_threshold_ << ", " << high_loss_threshold_ in SendSideBandwidthEstimation()
505 if (loss <= high_loss_threshold_) { in UpdateEstimate()
Dsend_side_bandwidth_estimation.h188 float high_loss_threshold_; variable