Searched refs:ntp_clocks_offset_estimator_ (Results 1 – 2 of 2) sorted by relevance
51 ntp_clocks_offset_estimator_(kClocksOffsetSmoothingWindow) {} in RemoteNtpTimeEstimator()74 ntp_clocks_offset_estimator_.Insert(remote_to_local_clocks_offset); in UpdateRtcpTimestamp()85 ntp_clocks_offset_estimator_.GetFilteredValue(); in EstimateNtp()102 if (ntp_clocks_offset_estimator_.GetNumberOfSamplesStored() < in EstimateRemoteToLocalClockOffset()106 return ntp_clocks_offset_estimator_.GetFilteredValue(); in EstimateRemoteToLocalClockOffset()
67 MovingMedianFilter<int64_t> ntp_clocks_offset_estimator_; variable