HomeSort by relevance Sort by last modified time
    Searched defs:kNtpJan1970 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
clock.h 23 const uint32_t kNtpJan1970 = 2208988800UL;
  /external/chromium_org/third_party/webrtc/video_engine/
stream_synchronization_unittest.cc 33 : kNtpJan1970(2208988800UL),
44 *ntp_secs = time_now_ms_ / 1000 + kNtpJan1970;
64 const uint32_t kNtpJan1970;

Completed in 142 milliseconds