Searched refs:kNtpSec (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/system_wrappers/source/ |
D | ntp_time_unittest.cc | 18 const uint32_t kNtpSec = 0x12345678; variable 27 NtpTime ntp(kNtpSec, kNtpFrac); in TEST() 35 ntp.Set(kNtpSec, kNtpFrac); in TEST() 36 EXPECT_EQ(kNtpSec, ntp.seconds()); in TEST() 41 NtpTime ntp1(kNtpSec, kNtpFrac); in TEST() 45 ntp2.Set(kNtpSec, kNtpFrac); in TEST()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | rrtr_unittest.cc | 20 const uint32_t kNtpSec = 0x12345678; variable 33 rrtr.WithNtp(NtpTime(kNtpSec, kNtpFrac)); in TEST() 46 EXPECT_EQ(kNtpSec, parsed.ntp().seconds()); in TEST()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | time_util_unittest.cc | 17 const uint32_t kNtpSec = 0x12345678; in TEST() local 19 const NtpTime kNtp(kNtpSec, kNtpFrac); in TEST()
|
D | rtcp_utility_unittest.cc | 24 const uint32_t kNtpSec = 0x12345678; in TEST() local 27 EXPECT_EQ(kNtpMid, RTCPUtility::MidNtp(kNtpSec, kNtpFrac)); in TEST()
|