Searched defs:TimestampExtrapolator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc17 TimestampExtrapolator::TimestampExtrapolator(int64_t start_ms) function in class:webrtc::TimestampExtrapolator
37 TimestampExtrapolator::~TimestampExtrapolator()
42 void TimestampExtrapolator::Reset(int64_t start_ms)
63 TimestampExtrapolator::Update(int64_t tMs, uint32_t ts90khz)
145 TimestampExtrapolator::ExtrapolateLocalTime(uint32_t timestamp90khz)
183 TimestampExtrapolator::CheckForWrapArounds(uint32_t ts90khz)
212 TimestampExtrapolator::DelayChangeDetection(double error)
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtimestamp_extrapolator.h20 class TimestampExtrapolator class in namespace:webrtc
23 explicit TimestampExtrapolator(int64_t start_ms);
24 ~TimestampExtrapolator();

Completed in 86 milliseconds