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

  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 19 _startMs(0),
45 _startMs = start_ms;
46 _prevMs = _startMs;
81 tMs -= _startMs;
99 // should be almost correct since tMs - _startMs
170 localTimeMs = _startMs;
177 static_cast<double>(_startMs) + (timestampDiff - _w[1]) /
  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 35 int64_t _startMs;

Completed in 72 milliseconds