Searched refs:timestamp_100ns (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc479 unsigned __int64 timestamp_100ns = 0; local
489 &timestamp_100ns);
499 (previous_100ns_timestamp_[i] > timestamp_100ns);
505 previous_100ns_timestamp_[i] = timestamp_100ns;
511 timestamp_100ns - previous_100ns_timestamp_[i];
526 previous_100ns_timestamp_[i] = timestamp_100ns;

Completed in 128 milliseconds