Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioRecord.java276 int bufferSizeInBytes) in AudioRecord()
287 bufferSizeInBytes, in AudioRecord() local
312 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord()
557 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes()
DAudioTrack.java364 int bufferSizeInBytes, int mode) in AudioTrack()
419 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack()
430 bufferSizeInBytes, in AudioTrack() local
464 public AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack()
696 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