Searched refs:WVMExtractor (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DWVMExtractor.h44 class WVMExtractor : public MediaExtractor { class in namespace:android
46 WVMExtractor(const sp<DataSource> &source);
85 virtual ~WVMExtractor();
91 WVMExtractor(const WVMExtractor &);
92 WVMExtractor &operator=(const WVMExtractor &);
H A DAwesomePlayer.h48 class WVMExtractor;
254 sp<WVMExtractor> mWVMExtractor;
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp17 #define LOG_TAG "WVMExtractor"
20 #include "include/WVMExtractor.h"
47 WVMExtractor::WVMExtractor(const sp<DataSource> &source) function in class:android::WVMExtractor
83 bool WVMExtractor::getVendorLibHandle()
91 WVMExtractor::~WVMExtractor() {
94 size_t WVMExtractor::countTracks() {
98 sp<MediaSource> WVMExtractor::getTrack(size_t index) {
105 sp<MetaData> WVMExtractor
[all...]
H A DMediaExtractor.cpp29 #include "include/WVMExtractor.h"
115 return new WVMExtractor(source);
H A DNuMediaExtractor.cpp25 #include "include/WVMExtractor.h"
90 sp<WVMExtractor> extractor = new WVMExtractor(dataSource);
114 static_cast<WVMExtractor *>(mImpl.get())->setCryptoPluginMode(true);
560 sp<WVMExtractor> wvmExtractor =
561 static_cast<WVMExtractor *>(mImpl.get());
H A DAndroid.mk69 WVMExtractor.cpp \
H A DAwesomePlayer.cpp36 #include "include/WVMExtractor.h"
2414 mWVMExtractor = new WVMExtractor(dataSource);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h40 class WVMExtractor;
142 sp<WVMExtractor> mWVMExtractor;
H A DGenericSource.cpp38 #include "../../libstagefright/include/WVMExtractor.h"
167 mWVMExtractor = new WVMExtractor(mDataSource);
675 "WVMExtractor and NuCachedSource both present");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp29 #include <../libstagefright/include/WVMExtractor.h>

Completed in 146 milliseconds