Searched refs:adaptive (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DWVMExtractor.h38 virtual void setAdaptiveStreamingMode(bool adaptive) = 0;
65 // Set to use adaptive streaming mode by the WV component.
66 // If adaptive == true, adaptive streaming mode will be used.
67 // Default mode is non-adaptive streaming mode.
68 // Should set to use adaptive streaming mode only if widevine:// protocol
70 void setAdaptiveStreamingMode(bool adaptive);
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp136 void WVMExtractor::setAdaptiveStreamingMode(bool adaptive) { argument
138 mImpl->setAdaptiveStreamingMode(adaptive);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h65 bool adaptive = false);
H A DPlaylistFetcher.cpp344 bool adaptive) {
368 msg->setInt32("adaptive", adaptive);
460 int32_t adaptive; local
464 CHECK(msg->findInt32("adaptive", &adaptive));
503 mAdaptive = adaptive;
337 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, bool adaptive) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior

Completed in 258 milliseconds