Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc40 constexpr TimeDelta kMaxRtcpFeedbackInterval = TimeDelta::Millis(5000); variable
478 if (time_since_loss_packet_report < 1.2 * kMaxRtcpFeedbackInterval) { in UpdateEstimate()
575 if (time_since_loss_packet_report < 1.2 * kMaxRtcpFeedbackInterval) { in MaybeRampupOrBackoff()