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

  /external/opencv3/modules/core/src/
system.cpp 450 int64 getCPUTickCount(void)
458 int64 getCPUTickCount(void)
467 int64 getCPUTickCount(void)
491 int64 getCPUTickCount(void)
500 //int64 getCPUTickCount(void)
505 int64 getCPUTickCount(void)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 271 systems a thread, from which getCPUTickCount is called, can be suspended and resumed at another CPU
278 CV_EXPORTS_W int64 getCPUTickCount();
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 616 cpuCountStart = Core.getCPUTickCount();
618 actualTickCount = Core.getCPUTickCount();
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 212 // C++: int64 getCPUTickCount()
215 //javadoc: getCPUTickCount()
216 public static long getCPUTickCount()
    [all...]
core.cpp 77 // int64 getCPUTickCount()
89 int64 _retval_ = cv::getCPUTickCount( );
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 299 milliseconds