Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc118 last_loss_packet_report_(Timestamp::MinusInfinity()), in LossBasedBandwidthEstimation()
133 const TimeDelta time_passed = last_loss_packet_report_.IsFinite() in UpdateLossStatistics()
134 ? at_time - last_loss_packet_report_ in UpdateLossStatistics()
136 last_loss_packet_report_ = at_time; in UpdateLossStatistics()
Dsend_side_bandwidth_estimation.cc200 last_loss_packet_report_(Timestamp::MinusInfinity()), in SendSideBandwidthEstimation()
244 last_loss_packet_report_ = Timestamp::MinusInfinity(); in OnRouteChange()
369 last_loss_packet_report_ = at_time; in UpdatePacketsLost()
462 if (last_loss_packet_report_.IsInfinite()) { in UpdateEstimate()
477 TimeDelta time_since_loss_packet_report = at_time - last_loss_packet_report_; in UpdateEstimate()
574 at_time - last_loss_packet_report_; in MaybeRampupOrBackoff()
Dloss_based_bandwidth_estimation.h77 Timestamp last_loss_packet_report_; variable
Dsend_side_bandwidth_estimation.h168 Timestamp last_loss_packet_report_; variable