Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc149 TimestampExtrapolator::ExtrapolateLocalTime(uint32_t timestamp90khz) in ExtrapolateLocalTime() argument
153 CheckForWrapArounds(timestamp90khz); in ExtrapolateLocalTime()
154 double unwrapped_ts90khz = static_cast<double>(timestamp90khz) + in ExtrapolateLocalTime()
/external/webrtc/webrtc/system_wrappers/include/
Dtimestamp_extrapolator.h26 int64_t ExtrapolateLocalTime(uint32_t timestamp90khz);