Lines Matching refs:outputSampleCount
347 size_t outputSampleCount = outFrameCount * 2;
353 while (outputIndex < outputSampleCount) {
381 if (outputIndex == outputSampleCount) {
394 maxOutPt = out + (outputSampleCount - 2); // 2 because 2 frames per loop
401 while (outputIndex < outputSampleCount && inputIndex < mBuffer.frameCount) {
445 size_t outputSampleCount = outFrameCount * 2;
450 while (outputIndex < outputSampleCount) {
477 if (outputIndex == outputSampleCount) {
490 maxOutPt = out + (outputSampleCount - 2);
497 while (outputIndex < outputSampleCount && inputIndex < mBuffer.frameCount) {