Searched refs:ClockDriftSmoother (Results 1 – 4 of 4) sorted by relevance
19 ClockDriftSmoother::ClockDriftSmoother(Clock::duration time_constant) in ClockDriftSmoother() function in openscreen::cast::ClockDriftSmoother26 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;
18 class ClockDriftSmoother {24 explicit ClockDriftSmoother(Clock::duration time_constant);25 ~ClockDriftSmoother();
298 ClockDriftSmoother smoothed_clock_offset_;
47 smoothed_clock_offset_(ClockDriftSmoother::kDefaultTimeConstant), in Receiver()