Home | History | Annotate | Download | only in libaudio

Lines Matching full:outframes

1468                 size_t outframes = frames - framesIn;
1471 &outframes);
1472 framesIn += outframes;
2000 int outFrames = 0;
2018 outFrames += frames;
2028 *outFrameCount = outFrames;
2117 out[outFrames + i] = outLeft[i];
2121 out[(outFrames + i) * 2] = outLeft[i];
2122 out[(outFrames + i) * 2 + 1] = outRight[i];
2126 outFrames += frames;