Searched defs:bufferSizeInBytes (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | AudioRecord.java | 331 int bufferSizeInBytes) in AudioRecord() 342 bufferSizeInBytes, in AudioRecord() local 368 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() 398 private AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() 708 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes()
|
D | AudioTrack.java | 698 int bufferSizeInBytes, int mode) in AudioTrack() 756 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack() 767 bufferSizeInBytes, in AudioTrack() local 802 public AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack() 810 int bufferSizeInBytes, int mode, int sessionId, boolean offload, int encapsulationMode, in AudioTrack() 1790 int bufferSizeInBytes, int mode) { in shouldEnablePowerSaving()
|
/frameworks/base/core/java/android/speech/tts/ |
D | BlockingAudioTrack.java | 220 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes); in createStreamingAudioTrack() local
|
/frameworks/native/services/surfaceflinger/Tracing/ |
D | TransactionTracing.cpp | 145 void TransactionTracing::setBufferSize(size_t bufferSizeInBytes) { in setBufferSize()
|