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

  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 23 _prevWrapTimestamp(-1),
55 _prevWrapTimestamp = -1;
189 if (_prevWrapTimestamp == -1)
191 _prevWrapTimestamp = ts90khz;
194 if (ts90khz < _prevWrapTimestamp)
199 if (static_cast<int32_t>(ts90khz - _prevWrapTimestamp) > 0)
207 else if (static_cast<int32_t>(_prevWrapTimestamp - ts90khz) > 0)
212 _prevWrapTimestamp = ts90khz;
  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 40 int64_t _prevWrapTimestamp;

Completed in 37 milliseconds