Searched refs:TimestampExtrapolator (Results 1 – 5 of 5) sorted by relevance
32 TimestampExtrapolator::TimestampExtrapolator(Timestamp start) in TimestampExtrapolator() function in webrtc::TimestampExtrapolator41 void TimestampExtrapolator::Reset(Timestamp start) { in Reset()56 void TimestampExtrapolator::Update(Timestamp now, uint32_t ts90khz) { in Update()125 absl::optional<Timestamp> TimestampExtrapolator::ExtrapolateLocalTime( in ExtrapolateLocalTime()145 bool TimestampExtrapolator::DelayChangeDetection(double error) { in DelayChangeDetection()
40 TimestampExtrapolator ts_extrapolator(clock.CurrentTime()); in TEST()64 TimestampExtrapolator ts_extrapolator(clock.CurrentTime()); in TEST()86 TimestampExtrapolator ts_extrapolator(clock.CurrentTime()); in TEST()127 TimestampExtrapolator ts_extrapolator(clock.CurrentTime()); in TEST()154 TimestampExtrapolator ts_extrapolator(clock.CurrentTime()); in TEST()181 TimestampExtrapolator ts_extrapolator(clock.CurrentTime()); in TEST()
23 class TimestampExtrapolator {25 explicit TimestampExtrapolator(Timestamp start);
130 const std::unique_ptr<TimestampExtrapolator> ts_extrapolator_
49 std::make_unique<TimestampExtrapolator>(clock_->CurrentTime())), in VCMTiming()