Searched defs:UpdateRtcpTimestamp (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc31 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(int64_t rtt, function in class:webrtc::RemoteNtpTimeEstimator
H A Dremote_ntp_time_estimator_unittest.cc57 void UpdateRtcpTimestamp(int64_t rtt, uint32_t ntp_secs, uint32_t ntp_frac, function in class:webrtc::RemoteNtpTimeEstimatorTest
60 estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac,
68 UpdateRtcpTimestamp(rtt, ntp_seconds, ntp_fractions, rtcp_timestamp, true);
78 UpdateRtcpTimestamp(kTestRtt, 0, 0, 0, false);

Completed in 375 milliseconds