Home
last modified time | relevance | path

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

/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator_unittest.cc120 uint64_t ntp_raw = 1 + 2 * kOneMsInNtp; in TEST() local
122 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw), timestamp), in TEST()
124 ntp_raw += kOneMsInNtp; in TEST()
127 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw), timestamp), in TEST()
129 ntp_raw += kOneMsInNtp; in TEST()
131 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw), timestamp), in TEST()
134 EXPECT_EQ(estimator.Estimate(timestamp), NtpTime(ntp_raw)); in TEST()
158 uint64_t ntp_raw = 699925050; in TEST() local
159 NtpTime ntp(ntp_raw); in TEST()
165 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw - kOneMsInNtp), in TEST()
[all …]