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
60 fprintf(stderr," -O # frames output per call to resample() in CSV format\n");
61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n");
65 // Convert a list of integers in CSV format to a Vector of those values.
66 // Returns the number of elements in the list, or -1 on error.
232 int16_t* in = (int16_t*)input_vaddr;
238 in[i*channels + j] = yi / (1 + j);
263 const size_t mFrameSize; // size of each frame in bytes
267 size_t mNextPidx; // index of next entry in mPvalues to use