Searched defs:wvmExtractor (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp633 sp<WVMExtractor> wvmExtractor = local
637 *durationUs = wvmExtractor->getCachedDurationUs(&finalStatus);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1530 const sp<WVMExtractor> &wvmExtractor,
1535 prepare_l(cachedSource, wvmExtractor, durationUs, bitrate, isStreaming);
1540 prepare_l(NULL /* cachedSource */, NULL /* wvmExtractor */, -1 /* durationUs */,
1595 const sp<WVMExtractor> &wvmExtractor,
1599 ALOGW_IF(wvmExtractor != NULL && cachedSource != NULL,
1604 mWVMExtractor = wvmExtractor;
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 64 milliseconds