Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dtime_util_unittest.cc37 EXPECT_EQ(time_ntp2.ToMs() - time_ntp1.ToMs(), 20); in TEST()
51 int64_t ms_diff = ntp2.ToMs() - ntp1.ToMs(); in TEST()
62 int64_t ms_diff = ntp2.ToMs() - ntp1.ToMs(); in TEST()
66 ASSERT_GT(ntp2.ToMs(), ntp1.ToMs()); in TEST()
78 int64_t ms_diff = ntp2.ToMs() - ntp1.ToMs(); in TEST()
90 int64_t ms_diff = ntp2.ToMs() - ntp1.ToMs(); in TEST()
Drtcp_sender_unittest.cc188 (ntp2.ToMs() - ntp1.ToMs()) * (kVideoPayloadTypeFrequency / 1000); in TEST_F()
/external/webrtc/system_wrappers/source/
Dclock_unittest.cc30 EXPECT_LE(milliseconds_lower_bound - 1, ntp_time.ToMs()); in TEST()
31 EXPECT_GE(milliseconds_upper_bound + 1, ntp_time.ToMs()); in TEST()
Drtp_to_ntp_estimator.cc111 y.push_back(it->ntp_time.ToMs()); in UpdateParameters()
140 int64_t ntp_ms_new = new_measurement.ntp_time.ToMs(); in UpdateMeasurements()
144 int64_t old_ntp_ms = measurements_.front().ntp_time.ToMs(); in UpdateMeasurements()
Dntp_time_unittest.cc59 EXPECT_EQ(ntp.ToMs(), Clock::NtpToMs(ntp.seconds(), ntp.fractions())); in TEST()
60 EXPECT_EQ(ntp.ToMs(), clock.CurrentNtpInMilliseconds()); in TEST()
Drtp_to_ntp_estimator_unittest.cc345 EXPECT_NEAR(NtpTime(ntp_sec, ntp_frac).ToMs(), estimated_ntp_ms, 2); in TEST()
/external/webrtc/system_wrappers/include/
Dclock.h50 return NtpTime(seconds, fractions).ToMs(); in NtpToMs()
Dntp_time.h38 int64_t ToMs() const { in ToMs() function
/external/webrtc/video/
Drtp_video_stream_receiver2.cc1041 clock_->CurrentNtpInMilliseconds() - recieved_ntp.ToMs(); in DeliverRtcp()
Drtp_video_stream_receiver.cc1068 clock_->CurrentNtpInMilliseconds() - recieved_ntp.ToMs(); in DeliverRtcp()