OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNtpJan1970
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/system_wrappers/include/
clock.h
21
const uint32_t
kNtpJan1970
= 2208988800UL;
/external/webrtc/webrtc/video/
stream_synchronization_unittest.cc
34
:
kNtpJan1970
(2208988800UL),
45
*ntp_secs = time_now_ms_ / 1000 +
kNtpJan1970
;
65
const uint32_t
kNtpJan1970
;
Completed in 92 milliseconds