HomeSort by relevance Sort by last modified time
    Searched refs:kWantsPrefetching (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 148 return kWantsPrefetching | kIsHTTPBasedSource;
  /frameworks/av/media/libstagefright/include/
DataSource.h 43 kWantsPrefetching = 1,
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 649 return (mDataSource->flags() & DataSource::kWantsPrefetching);
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 298 uint32_t flags = mSource->flags() & ~(kWantsPrefetching | kIsHTTPBasedSource);
MPEG4Extractor.cpp 953 & (DataSource::kWantsPrefetching
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 822 & (DataSource::kWantsPrefetching
    [all...]

Completed in 256 milliseconds