Searched refs:mInputIndex (Results 1 – 2 of 2) sorted by relevance
65 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()
187 uint32_t mInputIndex; variable