Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp189 long long timeWhenDetectingThreadStartedWork; member in cv::DetectionBasedTracker::SeparateDetectionWork
198 timeWhenDetectingThreadStartedWork(-1) in SeparateDetectionWork()
536 …gDetectionDuration = 1000.0 * (((double)(getTickCount() - timeWhenDetectingThreadStartedWork )) /… in communicateWithDetectingThread()
542 if (timeWhenDetectingThreadStartedWork > 0) { in communicateWithDetectingThread()
543 …revious_launch_in_ms=1000.0 * (((double)(getTickCount() - timeWhenDetectingThreadStartedWork )) /… in communicateWithDetectingThread()
556 timeWhenDetectingThreadStartedWork = getTickCount() ; in communicateWithDetectingThread()