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

  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 49 const double _accDrift;
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 31 _accDrift(6600), // in timestamp ticks, i.e. 15 ms
222 std::max(_detectorAccumulatorPos + error - _accDrift, (double)0);
224 std::min(_detectorAccumulatorNeg + error + _accDrift, (double)0);

Completed in 44 milliseconds