Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc160 bandwidth_floor_("floor", DataRate::KilobitsPerSec(5)), in RttBasedBackoff()
167 {&rtt_limit_, &drop_fraction_, &drop_interval_, &bandwidth_floor_}, in RttBasedBackoff()
421 current_target_ > rtt_backoff_.bandwidth_floor_) { in UpdateEstimate()
425 rtt_backoff_.bandwidth_floor_.Get()); in UpdateEstimate()
Dsend_side_bandwidth_estimation.h65 FieldTrialParameter<DataRate> bandwidth_floor_; variable