Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/time/
Dtimestamp_extrapolator.cc137 int64_t TimestampExtrapolator::ExtrapolateLocalTime(uint32_t timestamp90khz) { in ExtrapolateLocalTime() argument
140 CheckForWrapArounds(timestamp90khz); in ExtrapolateLocalTime()
142 static_cast<double>(timestamp90khz) + in ExtrapolateLocalTime()
Dtimestamp_extrapolator.h25 int64_t ExtrapolateLocalTime(uint32_t timestamp90khz);