Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc29 _detectorAccumulatorNeg(0), in TimestampExtrapolator()
59 _detectorAccumulatorNeg = 0; in Reset()
223 _detectorAccumulatorNeg = in DelayChangeDetection()
224 std::min(_detectorAccumulatorNeg + 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.h47 double _detectorAccumulatorNeg; variable