Home
last modified time | relevance | path

Searched refs:NtpToMs (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dclock_unittest.cc24 EXPECT_GE(milliseconds, Clock::NtpToMs(seconds, fractions)); in TEST()
25 EXPECT_NEAR(milliseconds, Clock::NtpToMs(seconds, fractions), 100); in TEST()
Drtp_to_ntp.cc99 int64_t rtcp_ntp_ms_new = Clock::NtpToMs(rtcp.front().ntp_secs, in RtpToNtpMs()
101 int64_t rtcp_ntp_ms_old = Clock::NtpToMs(rtcp.back().ntp_secs, in RtpToNtpMs()
Dntp_time_unittest.cc64 EXPECT_EQ(ntp.ToMs(), Clock::NtpToMs(ntp.seconds(), ntp.fractions())); in TEST()
Dclock.cc30 int64_t Clock::NtpToMs(uint32_t ntp_secs, uint32_t ntp_frac) { in NtpToMs() function in webrtc::Clock
/external/webrtc/webrtc/system_wrappers/include/
Dclock.h46 static int64_t NtpToMs(uint32_t seconds, uint32_t fractions);
Dntp_time.h42 int64_t ToMs() const { return Clock::NtpToMs(seconds_, fractions_); } in ToMs()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc47 int64_t sender_send_time_ms = Clock::NtpToMs(ntp_secs, ntp_frac); in UpdateRtcpTimestamp()
Drtcp_sender.cc467 last_rtcp_time_[0] = Clock::NtpToMs(ctx.ntp_sec_, ctx.ntp_frac_); in BuildSR()
741 Clock::NtpToMs(ctx.ntp_sec_, ctx.ntp_frac_))); in BuildReceiverReferenceTime()
Dreceive_statistics_impl.cc432 Clock::NtpToMs(secs, frac) < kStatisticsTimeoutMs) { in GetActiveStatisticians()
Drtcp_receiver.cc539 int64_t receiveTimeMS = Clock::NtpToMs(lastReceivedRRNTPsecs, in HandleReportBlock()