Searched defs:bufferSizeInBytes (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | SurfaceTracing.h | 59 void setBufferSize(size_t bufferSizeInBytes) { mConfig.bufferSize = bufferSizeInBytes; } in setBufferSize()
|
/frameworks/base/media/java/android/media/ |
D | AudioRecord.java | 323 int bufferSizeInBytes) in AudioRecord() 334 bufferSizeInBytes, in AudioRecord() local 360 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() 388 private AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() 692 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes()
|
D | AudioTrack.java | 640 int bufferSizeInBytes, int mode) in AudioTrack() 698 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack() 709 bufferSizeInBytes, in AudioTrack() local 744 public AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack() 751 private AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack() 1623 int bufferSizeInBytes, int mode) { in shouldEnablePowerSaving()
|
/frameworks/base/core/java/android/speech/tts/ |
D | BlockingAudioTrack.java | 215 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes); in createStreamingAudioTrack() local
|