Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc52 double microseconds_in_seconds; in CurrentNtp() local
53 Adjust(tv, &seconds, &microseconds_in_seconds); in CurrentNtp()
55 microseconds_in_seconds * kMagicNtpFractionalUnit + 0.5); in CurrentNtp()
62 double microseconds_in_seconds; in CurrentNtpInMilliseconds() local
63 Adjust(tv, &seconds, &microseconds_in_seconds); in CurrentNtpInMilliseconds()
65 static_cast<int64_t>(1000.0 * microseconds_in_seconds + 0.5); in CurrentNtpInMilliseconds()