Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:inputIndex

58     size_t inputIndex = mInputIndex;
83 // out[outputIndex++] += vr * in[inputIndex*2];
93 inputIndex++;
94 if (inputIndex == mBuffer.frameCount) {
95 inputIndex = 0;
106 advance(&left, in[inputIndex*2]);
107 advance(&right, in[inputIndex*2+1]);
112 // LOGW("Done: index=%d, fraction=%u", inputIndex, phaseFraction);
113 mInputIndex = inputIndex;
123 size_t inputIndex = mInputIndex;
158 inputIndex++;
159 if (inputIndex == mBuffer.frameCount) {
160 inputIndex = 0;
171 advance(&left, in[inputIndex]);
176 // LOGW("Done: index=%d, fraction=%u", inputIndex, phaseFraction);
177 mInputIndex = inputIndex;