Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
74 int16_t *in = mBuffer.i16;
84 // out[outputIndex++] += vr * in[inputIndex*2];
104 in = mBuffer.i16;
109 advance(&left, in[inputIndex*2]);
110 advance(&right, in[inputIndex*2+1]);
142 int16_t *in = mBuffer.i16;
173 in = mBuffer.i16;
177 advance(&left, in[inputIndex]);