Searched refs:ClockDriftSmoother (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/cast/common/
H A Dclock_drift_smoother.cc12 ClockDriftSmoother::ClockDriftSmoother(base::TimeDelta time_constant) function in class:media::cast::ClockDriftSmoother
18 ClockDriftSmoother::~ClockDriftSmoother() {}
20 base::TimeDelta ClockDriftSmoother::Current() const {
26 void ClockDriftSmoother::Reset(base::TimeTicks now,
33 void ClockDriftSmoother::Update(base::TimeTicks now,
52 base::TimeDelta ClockDriftSmoother::GetDefaultTimeConstant() {
H A Dclock_drift_smoother.h16 class ClockDriftSmoother { class in namespace:media::cast
22 explicit ClockDriftSmoother(base::TimeDelta time_constant);
23 ~ClockDriftSmoother();
/external/chromium_org/media/cast/receiver/
H A Dframe_receiver.h180 ClockDriftSmoother lip_sync_drift_;
H A Dframe_receiver.cc51 lip_sync_drift_(ClockDriftSmoother::GetDefaultTimeConstant()),
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp.h152 ClockDriftSmoother local_clock_ahead_by_;
H A Drtcp.cc73 local_clock_ahead_by_(ClockDriftSmoother::GetDefaultTimeConstant()),

Completed in 118 milliseconds