HomeSort by relevance Sort by last modified time
    Searched refs:bufferSizeInBytes (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/java/android/media/
AudioTrack.java 253 * @param bufferSizeInBytes the total size (in bytes) of the buffer where audio data is read
264 int bufferSizeInBytes, int mode)
267 bufferSizeInBytes, mode, 0);
292 * @param bufferSizeInBytes the total size (in bytes) of the buffer where audio data is read
304 int bufferSizeInBytes, int mode, int sessionId)
315 audioBuffSizeCheck(bufferSizeInBytes);
    [all...]
AudioRecord.java 210 * @param bufferSizeInBytes the total size (in bytes) of the buffer where audio data is written
218 int bufferSizeInBytes)
230 audioBuffSizeCheck(bufferSizeInBytes);
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 565 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes);
568 audioFormat, bufferSizeInBytes, AudioTrack.MODE_STREAM);
574 params.mAudioBufferSize = bufferSizeInBytes;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 100 unsigned bufferSizeInBytes = bufferSize * (is16bit() ? 2 : 4);
101 memset(m_pixels, 0, bufferSizeInBytes);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 99 + ", bufferSizeInBytes="
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 382 milliseconds