HomeSort by relevance Sort by last modified time
    Searched defs:RemoteNtpTimeEstimator (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
remote_ntp_time_estimator.h 22 // RemoteNtpTimeEstimator can be used to estimate a given RTP timestamp's NTP
26 class RemoteNtpTimeEstimator {
28 explicit RemoteNtpTimeEstimator(Clock* clock);
30 ~RemoteNtpTimeEstimator();
46 RTC_DISALLOW_COPY_AND_ASSIGN(RemoteNtpTimeEstimator);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 23 RemoteNtpTimeEstimator::RemoteNtpTimeEstimator(Clock* clock)
29 RemoteNtpTimeEstimator::~RemoteNtpTimeEstimator() {}
31 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(int64_t rtt,
53 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) {

Completed in 193 milliseconds