Searched defs:bufferSizeInBytes (Results 1 – 3 of 3) sorted by relevance
264 int bufferSizeInBytes, int mode) in AudioTrack()304 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack()
218 int bufferSizeInBytes) in AudioRecord()
565 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes); in createStreamingAudioTrack() local