HomeSort by relevance Sort by last modified time
    Searched refs:NtpToMs (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
clock_unittest.cc 24 EXPECT_GE(milliseconds, Clock::NtpToMs(seconds, fractions));
25 EXPECT_NEAR(milliseconds, Clock::NtpToMs(seconds, fractions), 100);
rtp_to_ntp.cc 99 int64_t rtcp_ntp_ms_new = Clock::NtpToMs(rtcp.front().ntp_secs,
101 int64_t rtcp_ntp_ms_old = Clock::NtpToMs(rtcp.back().ntp_secs,
ntp_time_unittest.cc 64 EXPECT_EQ(ntp.ToMs(), Clock::NtpToMs(ntp.seconds(), ntp.fractions()));
clock.cc 30 int64_t Clock::NtpToMs(uint32_t ntp_secs, uint32_t ntp_frac) {
  /external/webrtc/webrtc/system_wrappers/include/
clock.h 46 static int64_t NtpToMs(uint32_t seconds, uint32_t fractions);
ntp_time.h 42 int64_t ToMs() const { return Clock::NtpToMs(seconds_, fractions_); }
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 47 int64_t sender_send_time_ms = Clock::NtpToMs(ntp_secs, ntp_frac);
receive_statistics_impl.cc 432 Clock::NtpToMs(secs, frac) < kStatisticsTimeoutMs) {
rtcp_sender.cc 467 last_rtcp_time_[0] = Clock::NtpToMs(ctx.ntp_sec_, ctx.ntp_frac_);
741 Clock::NtpToMs(ctx.ntp_sec_, ctx.ntp_frac_)));
    [all...]
rtcp_receiver.cc 539 int64_t receiveTimeMS = Clock::NtpToMs(lastReceivedRRNTPsecs,
    [all...]

Completed in 77 milliseconds