Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp76 mTimeWindow.clear(); in ISVProcessor()
457 mTimeWindow.push_back(timeStamp); in calculateFps()
458 if (mTimeWindow.size() > WINDOW_SIZE) { in calculateFps()
459 mTimeWindow.removeAt(0); in calculateFps()
461 else if (mTimeWindow.size() < WINDOW_SIZE) in calculateFps()
464 int64_t delta = mTimeWindow[WINDOW_SIZE-1] - mTimeWindow[0]; in calculateFps()
/hardware/intel/common/utils/ISV/include/
Disv_processor.h112 Vector<int64_t>mTimeWindow; variable