Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc159 drop_interval_("interval", TimeDelta::Seconds(1)), in RttBasedBackoff()
167 {&rtt_limit_, &drop_fraction_, &drop_interval_, &bandwidth_floor_}, in RttBasedBackoff()
420 if (at_time - time_last_decrease_ >= rtt_backoff_.drop_interval_ && in UpdateEstimate()
Dsend_side_bandwidth_estimation.h64 FieldTrialParameter<TimeDelta> drop_interval_; variable