Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Drrtr_unittest.cc20 const uint32_t kNtpSec = 0x12345678; variable
32 rrtr.SetNtp(NtpTime(kNtpSec, kNtpFrac)); in TEST()
45 EXPECT_EQ(kNtpSec, parsed.ntp().seconds()); in TEST()
/external/webrtc/system_wrappers/source/
Dntp_time_unittest.cc21 constexpr uint32_t kNtpSec = 0x12345678; variable
33 NtpTime ntp(kNtpSec, kNtpFrac); in TEST()
41 ntp.Set(kNtpSec, kNtpFrac); in TEST()
42 EXPECT_EQ(kNtpSec, ntp.seconds()); in TEST()
47 NtpTime ntp1(kNtpSec, kNtpFrac); in TEST()
51 ntp2.Set(kNtpSec, kNtpFrac); in TEST()
/external/webrtc/modules/rtp_rtcp/source/
Dtime_util_unittest.cc41 const uint32_t kNtpSec = 0x12345678; in TEST() local
43 const NtpTime kNtp(kNtpSec, kNtpFrac); in TEST()