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.cpp67 mInputIndex(0), mOutputIndex(0), in ISVWorker()
99 return getOutputBufCount(mInputIndex); in getProcBufCount()
683 ALOGV("process: outputCount=%d, mInputIndex=%d", outputCount, mInputIndex); in process()
693 if (mInputIndex == 0) { in process()
841 mInputIndex++; in process()
953 mInputIndex, mOutputCount); in reset()
955 mInputIndex = 0; in reset()
/hardware/intel/common/utils/ISV/include/
Disv_worker.h187 uint32_t mInputIndex; variable