Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc419 if (rtt_backoff_.CorrectedRtt(at_time) > rtt_backoff_.rtt_limit_) { in UpdateEstimate()
420 if (at_time - time_last_decrease_ >= rtt_backoff_.drop_interval_ && in UpdateEstimate()
421 current_target_ > rtt_backoff_.bandwidth_floor_) { in UpdateEstimate()
424 std::max(current_target_ * rtt_backoff_.drop_fraction_, in UpdateEstimate()
425 rtt_backoff_.bandwidth_floor_.Get()); in UpdateEstimate()
536 rtt_backoff_.UpdatePropagationRtt(at_time, propagation_rtt); in UpdatePropagationRtt()
541 rtt_backoff_.last_packet_sent_ = sent_packet.send_time; in OnSentPacket()
Dsend_side_bandwidth_estimation.h150 RttBasedBackoff rtt_backoff_; variable