Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc387 if (IsInStartPhase(at_time)) { in UpdateUmaStatsPacketsLost()
412 if (!IsInStartPhase(at_time) && uma_rtt_state_ == kNoUpdate) { in UpdateRtt()
437 if (last_fraction_loss_ == 0 && IsInStartPhase(at_time)) { in UpdateEstimate()
544 bool SendSideBandwidthEstimation::IsInStartPhase(Timestamp at_time) const { in IsInStartPhase() function in webrtc::SendSideBandwidthEstimation
Dsend_side_bandwidth_estimation.h121 bool IsInStartPhase(Timestamp at_time) const;