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

/external/webrtc/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)
149 TimestampExtrapolator::ExtrapolateLocalTime(uint32_t timestamp90khz)
187 TimestampExtrapolator::CheckForWrapArounds(uint32_t ts90khz)
216 TimestampExtrapolator::DelayChangeDetection(double error)
/external/webrtc/webrtc/system_wrappers/include/
H A Dtimestamp_extrapolator.h20 class TimestampExtrapolator class in namespace:webrtc
23 explicit TimestampExtrapolator(int64_t start_ms);
24 ~TimestampExtrapolator();

Completed in 246 milliseconds