Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/time/
Dtimestamp_extrapolator.cc28 _detectorAccumulatorPos(0), in TimestampExtrapolator()
56 _detectorAccumulatorPos = 0; in Reset()
197 _detectorAccumulatorPos = in DelayChangeDetection()
198 std::max(_detectorAccumulatorPos + error - _accDrift, double{0}); in DelayChangeDetection()
201 if (_detectorAccumulatorPos > _alarmThreshold || in DelayChangeDetection()
204 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0; in DelayChangeDetection()
Dtimestamp_extrapolator.h45 double _detectorAccumulatorPos; variable