Searched refs:ToMs (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | time_util_unittest.cc | 37 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()
|
D | rtcp_sender_unittest.cc | 188 (ntp2.ToMs() - ntp1.ToMs()) * (kVideoPayloadTypeFrequency / 1000); in TEST_F()
|
/external/webrtc/system_wrappers/source/ |
D | clock_unittest.cc | 30 EXPECT_LE(milliseconds_lower_bound - 1, ntp_time.ToMs()); in TEST() 31 EXPECT_GE(milliseconds_upper_bound + 1, ntp_time.ToMs()); in TEST()
|
D | rtp_to_ntp_estimator.cc | 111 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()
|
D | ntp_time_unittest.cc | 59 EXPECT_EQ(ntp.ToMs(), Clock::NtpToMs(ntp.seconds(), ntp.fractions())); in TEST() 60 EXPECT_EQ(ntp.ToMs(), clock.CurrentNtpInMilliseconds()); in TEST()
|
D | rtp_to_ntp_estimator_unittest.cc | 345 EXPECT_NEAR(NtpTime(ntp_sec, ntp_frac).ToMs(), estimated_ntp_ms, 2); in TEST()
|
/external/webrtc/system_wrappers/include/ |
D | clock.h | 50 return NtpTime(seconds, fractions).ToMs(); in NtpToMs()
|
D | ntp_time.h | 38 int64_t ToMs() const { in ToMs() function
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.cc | 1041 clock_->CurrentNtpInMilliseconds() - recieved_ntp.ToMs(); in DeliverRtcp()
|
D | rtp_video_stream_receiver.cc | 1068 clock_->CurrentNtpInMilliseconds() - recieved_ntp.ToMs(); in DeliverRtcp()
|