HomeSort by relevance Sort by last modified time
    Searched full:remote_clock_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 33 remote_clock_(kRemoteClockInitialTimeMs * 1000),
39 remote_clock_.AdvanceTimeMilliseconds(ms);
43 return static_cast<uint32_t>(remote_clock_.TimeInMilliseconds()) * 90 +
51 remote_clock_.CurrentNtp(ntp_seconds, ntp_fractions);
72 SimulatedClock remote_clock_; member in class:webrtc::RemoteNtpTimeEstimatorTest

Completed in 56 milliseconds