Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc154 if (IsInStartPhase(now_ms)) { in UpdateUmaStats()
178 if (last_fraction_loss_ == 0 && IsInStartPhase(now_ms) && in UpdateEstimate()
241 bool SendSideBandwidthEstimation::IsInStartPhase(int64_t now_ms) const { in IsInStartPhase() function in webrtc::SendSideBandwidthEstimation
Dsend_side_bandwidth_estimation.h53 bool IsInStartPhase(int64_t now_ms) const;