Searched refs:mCachedSource (Results 1 – 6 of 6) sorted by relevance
398 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()403 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()442 mCachedSource->resumeFetchingIfNecessary(); in finishPrepareAsync()461 mCachedSource.clear(); in notifyPreparedAndCleanup()531 if (mCachedSource != NULL) { in sendCacheStats()532 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()838 mCachedSource->resumeFetchingIfNecessary(); in dequeueAccessUnit()1458 if (mCachedSource != NULL) { in onPollBuffering()1459 cachedDataRemaining = mCachedSource->approxDataRemaining(&finalStatus); in onPollBuffering()1464 if (mDurationUs > 0 && mCachedSource->getSize(&size) == OK) { in onPollBuffering()
163 sp<NuCachedSource2> mCachedSource; member
434 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()439 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()485 mCachedSource->resumeFetchingIfNecessary(); in finishPrepareAsync()504 mCachedSource.clear(); in notifyPreparedAndCleanup()571 if (mCachedSource != NULL) { in sendCacheStats()572 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()865 mCachedSource->resumeFetchingIfNecessary(); in dequeueAccessUnit()1525 if (mCachedSource != NULL) { in onPollBuffering()1526 cachedDataRemaining = mCachedSource->approxDataRemaining(&finalStatus); in onPollBuffering()1531 if (mDurationUs > 0 && mCachedSource->getSize(&size) == OK) { in onPollBuffering()
101 CachedRangedDataSource *mCachedSource; variable
358 mCachedSource(NULL), in MPEG4Extractor()385 delete mCachedSource; in ~MPEG4Extractor()891 mCachedSource != NULL /* assume ownership on success */) == OK) { in parseChunk()892 mDataSource = mCachedSource = cachedSource; in parseChunk()