Home
last modified time | relevance | path

Searched refs:ExtrapolateLocalTime (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/time/
Dtimestamp_extrapolator.h25 int64_t ExtrapolateLocalTime(uint32_t timestamp90khz);
Dtimestamp_extrapolator.cc137 int64_t TimestampExtrapolator::ExtrapolateLocalTime(uint32_t timestamp90khz) { in ExtrapolateLocalTime() function in webrtc::TimestampExtrapolator
/external/webrtc/modules/video_coding/
Dtiming.cc185 ts_extrapolator_->ExtrapolateLocalTime(frame_timestamp); in RenderTimeMsInternal()