OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferSizeInBytes
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java
216
int
bufferSizeInBytes
= Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes);
219
mAudioFormat,
bufferSizeInBytes
, AudioTrack.MODE_STREAM);
226
mAudioBufferSize =
bufferSizeInBytes
;
/frameworks/base/media/java/android/media/
AudioTrack.java
249
* @param
bufferSizeInBytes
the total size (in bytes) of the internal buffer where audio data is
263
int
bufferSizeInBytes
, int mode)
266
bufferSizeInBytes
, mode, 0 /*session*/);
292
* @param
bufferSizeInBytes
the total size (in bytes) of the buffer where audio data is read
304
int
bufferSizeInBytes
, int mode, int sessionId)
317
audioBuffSizeCheck(
bufferSizeInBytes
);
600
* Returns the "native frame count", derived from the
bufferSizeInBytes
specified at
603
* it is equal to the specified
bufferSizeInBytes
converted to frame units.
605
* it is typically greater than or equal to the specified
bufferSizeInBytes
converted to frame
[
all
...]
AudioRecord.java
201
* @param
bufferSizeInBytes
the total size (in bytes) of the buffer where audio data is written
209
int
bufferSizeInBytes
)
220
audioBuffSizeCheck(
bufferSizeInBytes
);
/cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java
96
+ ",
bufferSizeInBytes
="
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/12/
android.jar
Completed in 289 milliseconds