Searched defs:bufferSizeInBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java147 int audioFormat, int bufferSizeInBytes) {
145 createAudioRecord( int sampleRateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes) argument
/frameworks/base/media/java/android/media/
H A DAudioRecord.java268 * @param bufferSizeInBytes the total size (in bytes) of the buffer where audio data is written
276 int bufferSizeInBytes)
287 bufferSizeInBytes,
300 * @param bufferSizeInBytes the total size (in bytes) of the buffer where audio data is written
312 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, argument
374 audioBuffSizeCheck(bufferSizeInBytes);
550 * Since bufferSizeInBytes may be internally increased to accommodate the source
553 * @param bufferSizeInBytes a value strictly greater than 0
557 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { argument
558 if (bufferSizeInBytes <
275 AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes) argument
[all...]
H A DAudioTrack.java343 * @param bufferSizeInBytes the total size (in bytes) of the internal buffer where audio data is
351 * If <code>bufferSizeInBytes</code> is less than the
364 int bufferSizeInBytes, int mode)
367 bufferSizeInBytes, mode, AudioManager.AUDIO_SESSION_ID_GENERATE);
396 * @param bufferSizeInBytes the total size (in bytes) of the internal buffer where audio data is
404 * If <code>bufferSizeInBytes</code> is less than the
419 int bufferSizeInBytes, int mode, int sessionId)
430 bufferSizeInBytes,
440 * @param bufferSizeInBytes the total size (in bytes) of the internal buffer where audio data is
448 * If <code>bufferSizeInBytes</cod
363 AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes, int mode) argument
418 AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes, int mode, int sessionId) argument
464 AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, int mode, int sessionId) argument
696 setBufferSizeInBytes(int bufferSizeInBytes) argument
[all...]

Completed in 257 milliseconds