Searched refs:WINDOW_SIZE (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/include/
H A Disv_processor.h111 const static uint32_t WINDOW_SIZE = 4; // must >= 2 member in class:ISVProcessor
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp458 if (mTimeWindow.size() > WINDOW_SIZE) {
461 else if (mTimeWindow.size() < WINDOW_SIZE)
464 int64_t delta = mTimeWindow[WINDOW_SIZE-1] - mTimeWindow[0];
468 *fps = ceil(1.0 / delta * 1E6 * (WINDOW_SIZE-1));

Completed in 5 milliseconds