Home
last modified time | relevance | path

Searched refs:mCachedSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp165 mCachedSource.clear(); in initFromDataSource()
393 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()
402 mIsStreaming = (mIsWidevine || mCachedSource != NULL); in onPrepareAsync()
471 mCachedSource.clear(); in notifyPreparedAndCleanup()
634 } else if (mCachedSource != NULL) { in sendCacheStats()
635 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()
647 if (mCachedSource != NULL) { in ensureCacheIsFetching()
648 mCachedSource->resumeFetchingIfNecessary(); in ensureCacheIsFetching()
657 ALOGW_IF(mWVMExtractor != NULL && mCachedSource != NULL, in onPollBuffering()
663 } else if (mCachedSource != NULL) { in onPollBuffering()
[all …]
DGenericSource.h140 sp<NuCachedSource2> mCachedSource; member
/frameworks/av/media/libstagefright/
DAwesomePlayer.cpp566 mCachedSource.clear(); in reset_l()
655 if (mDurationUs > 0 && mCachedSource != NULL in getBitrate()
656 && mCachedSource->getSize(&size) == OK) { in getBitrate()
675 if (mCachedSource != NULL && getBitrate(&bitrate) && (bitrate > 0)) { in getCachedDuration_l()
677 size_t cachedDataRemaining = mCachedSource->approxDataRemaining(&finalStatus); in getCachedDuration_l()
692 if (mCachedSource != NULL) { in ensureCacheIsFetching_l()
693 mCachedSource->resumeFetchingIfNecessary(); in ensureCacheIsFetching_l()
726 if (mCachedSource != NULL) { in onBufferingUpdate()
728 size_t cachedDataRemaining = mCachedSource->approxDataRemaining(&finalStatus); in onBufferingUpdate()
841 if (mCachedSource != NULL) { in sendCacheStats()
[all …]
/frameworks/av/media/libstagefright/include/
DAwesomePlayer.h246 sp<NuCachedSource2> mCachedSource; member