Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc31 _accDrift(6600), // in timestamp ticks, i.e. 15 ms in TimestampExtrapolator()
222 std::max(_detectorAccumulatorPos + error - _accDrift, (double)0); in DelayChangeDetection()
224 std::min(_detectorAccumulatorNeg + error + _accDrift, (double)0); in DelayChangeDetection()
/external/webrtc/webrtc/system_wrappers/include/
Dtimestamp_extrapolator.h49 const double _accDrift; variable