Home
last modified time | relevance | path

Searched refs:EstimateRemoteToLocalClockOffsetMs (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator_unittest.cc107 EXPECT_EQ(absl::nullopt, estimator_->EstimateRemoteToLocalClockOffsetMs()); in TEST_F()
116 estimator_->EstimateRemoteToLocalClockOffsetMs()); in TEST_F()
132 estimator_->EstimateRemoteToLocalClockOffsetMs()); in TEST_F()
148 estimator_->EstimateRemoteToLocalClockOffsetMs()); in TEST_F()
Dremote_ntp_time_estimator.cc96 RemoteNtpTimeEstimator::EstimateRemoteToLocalClockOffsetMs() { in EstimateRemoteToLocalClockOffsetMs() function in webrtc::RemoteNtpTimeEstimator
/external/webrtc/modules/rtp_rtcp/include/
Dremote_ntp_time_estimator.h48 absl::optional<int64_t> EstimateRemoteToLocalClockOffsetMs();
/external/webrtc/video/
Drtp_video_stream_receiver2.cc1046 ntp_estimator_.EstimateRemoteToLocalClockOffsetMs(); in DeliverRtcp()
Drtp_video_stream_receiver.cc1073 ntp_estimator_.EstimateRemoteToLocalClockOffsetMs(); in DeliverRtcp()