Searched defs:bufferSizeInBytes (Results 1 – 9 of 9) sorted by relevance
51 … final int bufferSizeInBytes = 2 * AudioRecord.getMinBufferSize(sampleRate, channelConfig, in run() local
163 val bufferSizeInBytes = 2 * getMinBufferSize(sampleRate, channelConfig, format) in <lambda>() constant
89 int bufferSizeInBytes = in calcMinBufferFramesStatic() local
235 int bufferSizeInBytes = numBufferSamples_ * sizeof(float); in enqueBuffer() local
89 final int bufferSizeInBytes; in doTest() local
149 int bufferSizeInBytes = bitRateInkbps * 1000 * BUFFER_SIZE_SEC / 8; in getOffloadAudioTrack() local
1064 int channelConfig, int audioFormat, int bufferSizeInBytes, in createAudioRecord()1125 final int bufferSizeInBytes = isChannelIndex ? in doTest() local
775 final int bufferSizeInBytes = in initializeAudioTrack() local
2309 final int bufferSizeInBytes = minBuffSize * 100; in testVariableRatePlayback() local2381 final int bufferSizeInBytes = frameCount * bytesPerFrame; in testStopDrain() local3592 int audioFormat, int bufferSizeInBytes, int mode) throws IllegalArgumentException { in MockAudioTrack()