Searched refs:TimestampExtrapolator (Results 1 – 6 of 6) sorted by relevance
17 TimestampExtrapolator::TimestampExtrapolator(int64_t start_ms) in TimestampExtrapolator() function in webrtc::TimestampExtrapolator37 TimestampExtrapolator::~TimestampExtrapolator() in ~TimestampExtrapolator()42 void TimestampExtrapolator::Reset(int64_t start_ms) in Reset()63 TimestampExtrapolator::Update(int64_t tMs, uint32_t ts90khz) in Update()149 TimestampExtrapolator::ExtrapolateLocalTime(uint32_t timestamp90khz) in ExtrapolateLocalTime()187 TimestampExtrapolator::CheckForWrapArounds(uint32_t ts90khz) in CheckForWrapArounds()216 TimestampExtrapolator::DelayChangeDetection(double error) in DelayChangeDetection()
20 class TimestampExtrapolator23 explicit TimestampExtrapolator(int64_t start_ms);24 ~TimestampExtrapolator();
20 class TimestampExtrapolator; variable43 rtc::scoped_ptr<TimestampExtrapolator> ts_extrapolator_;
22 class TimestampExtrapolator; variable109 TimestampExtrapolator* ts_extrapolator_ GUARDED_BY(crit_sect_);
41 ts_extrapolator_ = new TimestampExtrapolator(clock_->TimeInMilliseconds()); in VCMTiming()
25 ts_extrapolator_(new TimestampExtrapolator(clock_->TimeInMilliseconds())), in RemoteNtpTimeEstimator()