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

  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 37 uint32_t _firstTimestamp;
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 20 _firstTimestamp(0),
47 _firstTimestamp = 0;
102 _firstTimestamp = unwrapped_ts90khz;
107 (static_cast<double>(unwrapped_ts90khz) - _firstTimestamp) -
175 static_cast<double>(_firstTimestamp);

Completed in 382 milliseconds