Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc28 _detectorAccumulatorPos(0), in TimestampExtrapolator()
58 _detectorAccumulatorPos = 0; in Reset()
221 _detectorAccumulatorPos = in DelayChangeDetection()
222 std::max(_detectorAccumulatorPos + error - _accDrift, (double)0); in DelayChangeDetection()
225 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold) in DelayChangeDetection()
228 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0; in DelayChangeDetection()
/external/webrtc/webrtc/system_wrappers/include/
Dtimestamp_extrapolator.h46 double _detectorAccumulatorPos; variable