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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 28 _detectorAccumulatorPos(0),
58 _detectorAccumulatorPos = 0;
217 _detectorAccumulatorPos =
218 std::max(_detectorAccumulatorPos + error - _accDrift, (double)0);
221 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold)
224 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0;
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
timestamp_extrapolator.h 46 double _detectorAccumulatorPos;

Completed in 3459 milliseconds