Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc536 TimeDelta time_since_loss_packet_report = at_time - last_loss_packet_report_; in UpdateEstimate() local
537 if (time_since_loss_packet_report < 1.2 * kMaxRtcpFeedbackInterval) { in UpdateEstimate()