Home
last modified time | relevance | path

Searched refs:ClockDriftSmoother (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/streaming/
Dclock_drift_smoother.cc19 ClockDriftSmoother::ClockDriftSmoother(Clock::duration time_constant) in ClockDriftSmoother() function in openscreen::cast::ClockDriftSmoother
26 ClockDriftSmoother::~ClockDriftSmoother() = default;
28 Clock::duration ClockDriftSmoother::Current() const { in Current()
34 void ClockDriftSmoother::Reset(Clock::time_point now, in Reset()
41 void ClockDriftSmoother::Update(Clock::time_point now, in Update()
64 constexpr std::chrono::seconds ClockDriftSmoother::kDefaultTimeConstant;
Dclock_drift_smoother.h18 class ClockDriftSmoother {
24 explicit ClockDriftSmoother(Clock::duration time_constant);
25 ~ClockDriftSmoother();
Dreceiver.h298 ClockDriftSmoother smoothed_clock_offset_;
Dreceiver.cc47 smoothed_clock_offset_(ClockDriftSmoother::kDefaultTimeConstant), in Receiver()