Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp628 static long long time_when_last_call_started=getTickCount(); in process() local
631 …elta_time_from_prev_call=1000.0 * (((double)(getTickCount() - time_when_last_call_started)) / fre… in process()
634 time_when_last_call_started=getTickCount(); in process()