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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dremote_ntp_time_estimator.h23 // RemoteNtpTimeEstimator can be used to estimate a given RTP timestamp's NTP
27 class RemoteNtpTimeEstimator { class in namespace:webrtc
29 explicit RemoteNtpTimeEstimator(Clock* clock);
31 ~RemoteNtpTimeEstimator();
45 DISALLOW_COPY_AND_ASSIGN(RemoteNtpTimeEstimator);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc21 RemoteNtpTimeEstimator::RemoteNtpTimeEstimator(Clock* clock) function in class:webrtc::RemoteNtpTimeEstimator
27 RemoteNtpTimeEstimator::~RemoteNtpTimeEstimator() {}
29 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(uint32_t ssrc,
68 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) {

Completed in 78 milliseconds