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

/frameworks/av/include/media/stagefright/
H A DDataSource.h42 kWantsPrefetching = 1, enumerator in enum:android::DataSource::Flags
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp136 return kWantsPrefetching | kIsHTTPBasedSource;
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp652 return (mDataSource->flags() & DataSource::kWantsPrefetching);
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp287 uint32_t flags = mSource->flags() & ~(kWantsPrefetching | kIsHTTPBasedSource);
H A DMPEG4Extractor.cpp871 & (DataSource::kWantsPrefetching
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp704 & (DataSource::kWantsPrefetching

Completed in 299 milliseconds