Searched refs:ntp_clocks_offset_estimator_ (Results 1 – 2 of 2) sorted by relevance
33 ntp_clocks_offset_estimator_(kClocksOffsetSmoothingWindow), in RemoteNtpTimeEstimator()60 ntp_clocks_offset_estimator_.Insert(remote_to_local_clocks_offset); in UpdateRtcpTimestamp()71 ntp_clocks_offset_estimator_.GetFilteredValue(); in Estimate()97 if (ntp_clocks_offset_estimator_.GetNumberOfSamplesStored() < in EstimateRemoteToLocalClockOffsetMs()101 return ntp_clocks_offset_estimator_.GetFilteredValue(); in EstimateRemoteToLocalClockOffsetMs()
52 MovingMedianFilter<int64_t> ntp_clocks_offset_estimator_; variable