Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/docs/html/ndk/guides/audio/
Dsample-rates.jd85 such change is based on the internal buffering (typically a few hundred
114 which is not as large as the additional buffering for the ordinary Mixer path
/frameworks/base/docs/html/training/secure-file-sharing/
Dretrieve-info.jd30 file size helps the client app set up buffering and caching for the file.
/frameworks/base/media/java/android/media/
DMediaPlayer.java3633 public void onBuffering(boolean buffering) { in onBuffering() argument
3635 if (DEBUG) Log.d(TAG, "onBuffering: " + buffering); in onBuffering()
3636 mBuffering = buffering; in onBuffering()
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd201 <li>Improved buffering model supports shared buffers allocated in the decoder</li>
Djelly-bean.jd86 Bean &mdash; <strong>vsync timing</strong>, <strong>triple buffering</strong>,
652 &mdash; <strong>vsync timing</strong>, <strong>triple buffering</strong>,
1266 <p>Android 4.1 also adds <strong>triple buffering</strong> in the graphics pipeline, for more consi…
Dandroid-5.0.jd461 option can simplify buffering and multithreading for some apps.
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd141 mediaPlayer.prepare(); // might take long! (for buffering, etc)