Searched defs:cachedSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp642 sp<NuCachedSource2> cachedSource = local
647 cachedSource->approxDataRemaining(&finalStatus);
H A DMPEG4Extractor.cpp929 sp<MPEG4DataSource> cachedSource = local
932 if (cachedSource->setCachedRange(*offset, chunk_size) == OK) {
933 mDataSource = cachedSource;
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp672 sp<NuCachedSource2> cachedSource = local
678 size_t dataRemaining = cachedSource->approxDataRemaining(&finalStatus);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp499 sp<NuCachedSource2> cachedSource = mCachedSource; local
1529 const sp<NuCachedSource2> &cachedSource,
1535 prepare_l(cachedSource, wvmExtractor, durationUs, bitrate, isStreaming);
1540 prepare_l(NULL /* cachedSource */, NULL /* wvmExtractor */, -1 /* durationUs */,
1594 const sp<NuCachedSource2> &cachedSource,
1599 ALOGW_IF(wvmExtractor != NULL && cachedSource != NULL,
1603 mCachedSource = cachedSource;
1610 mPrepareBuffering = (cachedSource != NULL || wvmExtractor != NULL);
1528 prepare( const sp<NuCachedSource2> &cachedSource, const sp<WVMExtractor> &wvmExtractor, int64_t durationUs, int64_t bitrate, bool isStreaming) argument
1593 prepare_l( const sp<NuCachedSource2> &cachedSource, const sp<WVMExtractor> &wvmExtractor, int64_t durationUs, int64_t bitrate, bool isStreaming) argument

Completed in 124 milliseconds