HomeSort by relevance Sort by last modified time
    Searched refs:_detectorAccumulatorNeg (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 29 _detectorAccumulatorNeg(0),
59 _detectorAccumulatorNeg = 0;
223 _detectorAccumulatorNeg =
224 std::min(_detectorAccumulatorNeg + error + _accDrift, (double)0);
225 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold)
228 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0;
  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 47 double _detectorAccumulatorNeg;

Completed in 50 milliseconds