Home
last modified time | relevance | path

Searched refs:adaptive (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/include/
DWVMExtractor.h38 virtual void setAdaptiveStreamingMode(bool adaptive) = 0;
70 void setAdaptiveStreamingMode(bool adaptive);
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd2 page.tags="audio","video","adaptive","streaming","DASH","smoothstreaming"
14 <li><a href="#adaptive-playback">Providing media for adaptive playback</a>
16 <li><a href="#format-selection">Format selection for adaptive playback</a></li>
58 {@link android.media.MediaPlayer}, including Dynamic adaptive streaming
152 ChunkSampleSource} class provides adaptive playback using DASH or SmoothStreaming, and
200 <h3 id="adaptive-playback">Providing media for adaptive playback</h3>
202 <p>ExoPlayer supports adaptive streaming, which allows the quality of the
204 and SmoothStreaming are examples of adaptive streaming technologies. Both these approaches
210 <p>ExoPlayer supports adaptive playback through use of the {@code ChunkSampleSource} class,
224 <p>The object model of an ExoPlayer configured for a DASH adaptive playback is shown in the
[all …]
/frameworks/av/media/libstagefright/
DWVMExtractor.cpp136 void WVMExtractor::setAdaptiveStreamingMode(bool adaptive) { in setAdaptiveStreamingMode() argument
138 mImpl->setAdaptiveStreamingMode(adaptive); in setAdaptiveStreamingMode()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h68 bool adaptive = false);
DPlaylistFetcher.cpp345 bool adaptive) { in startAsync() argument
369 msg->setInt32("adaptive", adaptive); in startAsync()
461 int32_t adaptive; in onStart() local
465 CHECK(msg->findInt32("adaptive", &adaptive)); in onStart()
504 mAdaptive = adaptive; in onStart()
/frameworks/base/docs/html/guide/
Dindex.jd52 <p>Android provides an adaptive app framework that allows you to provide unique resources
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd277 <p>Support for adaptive video playback is now available with the {@link android.media.MediaCodec} A…
279 <p>You can enable adaptive playback by adding two keys to {@link android.media.MediaFormat} that sp…
285 …e you attempt to configure your codec for adaptive playback, you must verify that the device suppo…
287 <p class="note"><strong>Note:</strong> Support for adaptive playback is vendor specific. Some code…
Dkitkat.jd647 <h4 id="44-adaptive-playback">Resolution switching through adaptive playback</h4>
651 for adaptive playback into the Android media framework. Adaptive playback is
662 can check for adaptive playback support at runtime using existing APIs and
Dandroid-3.0-highlights.jd239 … framework supports most of the HTTP Live streaming specification, including adaptive bit rate.</p>
Dandroid-3.0.jd605 including adaptive bit rate. See the <a
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd215 <td><p>This template creates an adaptive layout for a set of items and associated details. On a
/frameworks/base/docs/html/training/articles/
Dmemory.jd431 attractive because they can simplify the code you write and provide an adaptive environment
/frameworks/base/api/
Dsystem-current.txt15668 field public static final java.lang.String FEATURE_AdaptivePlayback = "adaptive-playback";
Dcurrent.txt14645 field public static final java.lang.String FEATURE_AdaptivePlayback = "adaptive-playback";