Searched refs:adaptive (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/libstagefright/include/ |
D | WVMExtractor.h | 38 virtual void setAdaptiveStreamingMode(bool adaptive) = 0; 70 void setAdaptiveStreamingMode(bool adaptive);
|
/frameworks/base/docs/html/guide/topics/media/ |
D | exoplayer.jd | 2 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/ |
D | WVMExtractor.cpp | 136 void WVMExtractor::setAdaptiveStreamingMode(bool adaptive) { in setAdaptiveStreamingMode() argument 138 mImpl->setAdaptiveStreamingMode(adaptive); in setAdaptiveStreamingMode()
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.h | 68 bool adaptive = false);
|
D | PlaylistFetcher.cpp | 345 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/ |
D | index.jd | 52 <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/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 277 <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…
|
D | kitkat.jd | 647 <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
|
D | android-3.0-highlights.jd | 239 … framework supports most of the HTTP Live streaming specification, including adaptive bit rate.</p>
|
D | android-3.0.jd | 605 including adaptive bit rate. See the <a
|
/frameworks/base/docs/html/tools/projects/ |
D | templates.jd | 215 <td><p>This template creates an adaptive layout for a set of items and associated details. On a
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 431 attractive because they can simplify the code you write and provide an adaptive environment
|
/frameworks/base/api/ |
D | system-current.txt | 15668 field public static final java.lang.String FEATURE_AdaptivePlayback = "adaptive-playback";
|
D | current.txt | 14645 field public static final java.lang.String FEATURE_AdaptivePlayback = "adaptive-playback";
|