Searched refs:bufferSizeInFrames (Results 1 – 3 of 3) sorted by relevance
141 int bufferSizeInFrames) throws IOException { in open() argument144 mBufferSizeInFrames = bufferSizeInFrames; in open()
57 … StreamConfiguration actualConfiguration, int bufferSizeInFrames) throws IOException { in open() argument58 super.open(requestedConfiguration, actualConfiguration, bufferSizeInFrames); in open()
156 int bufferSizeInFrames = LOW_LATENCY_BUFFER_CAPACITY_IN_FRAMES; in createAudioTrack() local157 builder.setBufferSizeInBytes(bufferSizeInFrames * BYTES_PER_FRAME); in createAudioTrack()