Home
last modified time | relevance | path

Searched refs:TimestampExtrapolator (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/timing/
Dtimestamp_extrapolator.cc32 TimestampExtrapolator::TimestampExtrapolator(Timestamp start) in TimestampExtrapolator() function in webrtc::TimestampExtrapolator
41 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()
Dtimestamp_extrapolator_unittest.cc40 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()
Dtimestamp_extrapolator.h23 class TimestampExtrapolator {
25 explicit TimestampExtrapolator(Timestamp start);
Dtiming.h130 const std::unique_ptr<TimestampExtrapolator> ts_extrapolator_
Dtiming.cc49 std::make_unique<TimestampExtrapolator>(clock_->CurrentTime())), in VCMTiming()