Searched defs:cachedSource (Results 1 - 3 of 3) sorted by last modified time

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp676 sp<NuCachedSource2> cachedSource = local
682 size_t dataRemaining = cachedSource->approxDataRemaining(&finalStatus);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp884 sp<MPEG4DataSource> cachedSource = local
887 if (cachedSource->setCachedRange(*offset, chunk_size) == OK) {
888 mDataSource = cachedSource;
H A DNuMediaExtractor.cpp569 sp<NuCachedSource2> cachedSource = local
574 cachedSource->approxDataRemaining(&finalStatus);

Completed in 165 milliseconds