Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc51 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()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Dremote_ntp_time_estimator.h67 MovingMedianFilter<int64_t> ntp_clocks_offset_estimator_; variable