Home
last modified time | relevance | path

Searched defs:bufferSizeInBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioRecord.java269 int bufferSizeInBytes) in AudioRecord()
280 bufferSizeInBytes, in AudioRecord() local
305 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord()
503 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes()
DAudioTrack.java368 int bufferSizeInBytes, int mode) in AudioTrack()
410 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack()
421 bufferSizeInBytes, in AudioTrack() local
445 public AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack()
625 public @NonNull Builder setBufferSizeInBytes(int bufferSizeInBytes) in setBufferSizeInBytes()
/frameworks/base/media/java/android/media/projection/
DMediaProjection.java147 int audioFormat, int bufferSizeInBytes) { in createAudioRecord()
/frameworks/base/core/java/android/speech/tts/
DBlockingAudioTrack.java215 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes); in createStreamingAudioTrack() local