Searched defs:framesToRead (Results 1 – 4 of 4) sorted by relevance
74 uint32_t framesToRead = static_cast<uint32_t>(numFrames); in read() local
102 int framesToRead = Math.min(buffer.remaining() / channelCount, outputFrameCount); in getOutput() local
116 int framesToRead = min(buffer.remaining() / channelCount, outputFrameCount); in getOutput() local