Searched refs:kNtpJan1970 (Results 1 – 4 of 4) sorted by relevance
73 *adjusted_s = tv.tv_sec + kNtpJan1970; in Adjust()253 seconds = (now_ms / 1000) + kNtpJan1970; in CurrentNtp()259 return TimeInMilliseconds() + 1000 * static_cast<int64_t>(kNtpJan1970); in CurrentNtpInMilliseconds()
23 EXPECT_GT(milliseconds / 1000, kNtpJan1970); in TEST()
21 const uint32_t kNtpJan1970 = 2208988800UL; variable
34 : kNtpJan1970(2208988800UL), in Time()45 *ntp_secs = time_now_ms_ / 1000 + kNtpJan1970; in NowNtp()65 const uint32_t kNtpJan1970; member in webrtc::Time