Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp65 mInputIndex(0), mOutputIndex(0), in ISVWorker()
97 return getOutputBufCount(mInputIndex); in getProcBufCount()
681 ALOGV("process: outputCount=%d, mInputIndex=%d", outputCount, mInputIndex); in process()
691 if (mInputIndex == 0) { in process()
839 mInputIndex++; in process()
951 mInputIndex, mOutputCount); in reset()
953 mInputIndex = 0; in reset()
/hardware/intel/common/utils/ISV/include/
Disv_worker.h187 uint32_t mInputIndex; variable