Searched refs:cachedSource (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h143 void prepare(const sp<NuCachedSource2> &cachedSource,
196 void prepare_l(const sp<NuCachedSource2> &cachedSource,
H A DGenericSource.cpp485 sp<NuCachedSource2> cachedSource = mCachedSource; local
1590 const sp<NuCachedSource2> &cachedSource,
1595 prepare_l(cachedSource, durationUs, bitrate, isStreaming);
1600 prepare_l(NULL /* cachedSource */, -1 /* durationUs */,
1654 const sp<NuCachedSource2> &cachedSource,
1659 mCachedSource = cachedSource;
1665 mPrepareBuffering = (cachedSource != NULL);
1589 prepare( const sp<NuCachedSource2> &cachedSource, int64_t durationUs, int64_t bitrate, bool isStreaming) argument
1653 prepare_l( const sp<NuCachedSource2> &cachedSource, int64_t durationUs, int64_t bitrate, bool isStreaming) argument
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp672 sp<NuCachedSource2> cachedSource = local
678 size_t dataRemaining = cachedSource->approxDataRemaining(&finalStatus);
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp638 sp<NuCachedSource2> cachedSource = local
643 cachedSource->approxDataRemaining(&finalStatus);
H A DMPEG4Extractor.cpp955 sp<MPEG4DataSource> cachedSource = local
958 if (cachedSource->setCachedRange(*offset, chunk_size) == OK) {
959 mDataSource = cachedSource;

Completed in 76 milliseconds