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.h47 struct WVMExtractor;
250 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"
114 return new WVMExtractor(source);
H A DAndroid.mk60 WVMExtractor.cpp \
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 DAwesomePlayer.cpp36 #include "include/WVMExtractor.h"
2407 mWVMExtractor = new WVMExtractor(dataSource);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h39 struct WVMExtractor;
137 sp<WVMExtractor> mWVMExtractor;
H A DGenericSource.cpp38 #include "../../libstagefright/include/WVMExtractor.h"
150 mWVMExtractor = new WVMExtractor(mDataSource);
186 mWVMExtractor = static_cast<WVMExtractor *>(extractor.get());
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp28 #include <../libstagefright/include/WVMExtractor.h>

Completed in 1586 milliseconds