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

  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 68 previous_100ns_timestamp_(NULL),
323 previous_100ns_timestamp_ = new unsigned __int64[number_returned];
326 (previous_100ns_timestamp_ == NULL))
337 memset(previous_100ns_timestamp_, 0, sizeof(unsigned __int64) *
412 if (previous_100ns_timestamp_ != NULL)
414 delete[] previous_100ns_timestamp_;
415 previous_100ns_timestamp_ = NULL;
499 (previous_100ns_timestamp_[i] > timestamp_100ns);
501 (previous_100ns_timestamp_[i] == 0);
505 previous_100ns_timestamp_[i] = timestamp_100ns
    [all...]
cpu_win.h 92 unsigned __int64* previous_100ns_timestamp_; member in class:webrtc::CpuWindows

Completed in 473 milliseconds