Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc217 bitrate_threshold_(kDefaultBitrateThreshold) { in SendSideBandwidthEstimation()
227 bitrate_threshold_ = DataRate::KilobitsPerSec(bitrate_threshold_kbps); in SendSideBandwidthEstimation()
484 if (current_target_ < bitrate_threshold_ || loss <= low_loss_threshold_) { in UpdateEstimate()
504 } else if (current_target_ > bitrate_threshold_) { in UpdateEstimate()
Dsend_side_bandwidth_estimation.h189 DataRate bitrate_threshold_; variable