Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc30 _alarmThreshold(60e3), in TimestampExtrapolator()
221 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold) in DelayChangeDetection()
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dtimestamp_extrapolator.h48 const double _alarmThreshold; variable