Home
last modified time | relevance | path

Searched refs:ntp_clocks_offset_estimator_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc33 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()
/external/webrtc/modules/rtp_rtcp/include/
Dremote_ntp_time_estimator.h52 MovingMedianFilter<int64_t> ntp_clocks_offset_estimator_; variable