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