Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc207 first_report_time_(Timestamp::MinusInfinity()), in SendSideBandwidthEstimation()
251 first_report_time_ = Timestamp::MinusInfinity(); in OnRouteChange()
347 if (first_report_time_.IsInfinite()) in UpdatePacketsLost()
348 first_report_time_ = at_time; in UpdatePacketsLost()
383 (at_time - first_report_time_).ms()); in UpdateUmaStatsPacketsLost()
397 at_time - first_report_time_ >= kBweConverganceTime) { in UpdateUmaStatsPacketsLost()
545 return first_report_time_.IsInfinite() || in IsInStartPhase()
546 at_time - first_report_time_ < kStartPhase; in IsInStartPhase()
Dsend_side_bandwidth_estimation.h179 Timestamp first_report_time_; variable