Home
last modified time | relevance | path

Searched refs:estimated_tick_offset_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/streaming/
Dclock_drift_smoother.cc22 estimated_tick_offset_(0.0) { in ClockDriftSmoother()
31 rounded_saturate_cast<Clock::duration::rep>(estimated_tick_offset_)); in Current()
38 estimated_tick_offset_ = static_cast<double>(measured_offset.count()); in Reset()
58 estimated_tick_offset_ = weight * measured_offset.count() + in Update()
59 (1.0 - weight) * estimated_tick_offset_; in Update()
Dclock_drift_smoother.h52 double estimated_tick_offset_; variable