Searched refs:NtpToMs (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock_unittest.cc | 24 EXPECT_GE(milliseconds, Clock::NtpToMs(seconds, fractions)); in TEST() 25 EXPECT_NEAR(milliseconds, Clock::NtpToMs(seconds, fractions), 100); in TEST()
|
D | rtp_to_ntp.cc | 99 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()
|
D | ntp_time_unittest.cc | 64 EXPECT_EQ(ntp.ToMs(), Clock::NtpToMs(ntp.seconds(), ntp.fractions())); in TEST()
|
D | clock.cc | 30 int64_t Clock::NtpToMs(uint32_t ntp_secs, uint32_t ntp_frac) { in NtpToMs() function in webrtc::Clock
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | clock.h | 46 static int64_t NtpToMs(uint32_t seconds, uint32_t fractions);
|
D | ntp_time.h | 42 int64_t ToMs() const { return Clock::NtpToMs(seconds_, fractions_); } in ToMs()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator.cc | 47 int64_t sender_send_time_ms = Clock::NtpToMs(ntp_secs, ntp_frac); in UpdateRtcpTimestamp()
|
D | rtcp_sender.cc | 467 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()
|
D | receive_statistics_impl.cc | 432 Clock::NtpToMs(secs, frac) < kStatisticsTimeoutMs) { in GetActiveStatisticians()
|
D | rtcp_receiver.cc | 539 int64_t receiveTimeMS = Clock::NtpToMs(lastReceivedRRNTPsecs, in HandleReportBlock()
|