Searched refs:samplesLeft (Results 1 – 1 of 1) sorted by relevance
79 int32_t samplesLeft = framesLeft * channelCount; in onProcess() local80 for (int i = 0; i < samplesLeft; i++) { in onProcess()