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

  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 48 const double _alarmThreshold;
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 30 _alarmThreshold(60e3),
225 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold)

Completed in 45 milliseconds