Searched defs:bufferSizeInBytes (Results 1 – 8 of 8) sorted by relevance
51 … final int bufferSizeInBytes = 2 * AudioRecord.getMinBufferSize(sampleRate, channelConfig, in run() local
48 int bufferSizeInBytes = in calcMinBufferFrames() local
56 int bufferSizeInBytes = in calcMinBufferFrames() local
235 int bufferSizeInBytes = numBufferSamples_ * sizeof(float); in enqueBuffer() local
87 final int bufferSizeInBytes; in doTest() local
125 int bufferSizeInBytes = bitRateInkbps * 1000 * BUFFER_SIZE_SEC / 8; in getOffloadAudioTrack() local
970 int channelConfig, int audioFormat, int bufferSizeInBytes, in createAudioRecord()1031 final int bufferSizeInBytes = isChannelIndex ? in doTest() local
2271 final int bufferSizeInBytes = minBuffSize * 100; in testVariableRatePlayback() local2343 final int bufferSizeInBytes = frameCount * bytesPerFrame; in testStopDrain() local3513 int audioFormat, int bufferSizeInBytes, int mode) throws IllegalArgumentException { in MockAudioTrack()