Searched refs:MPEG2PSExtractor (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMPEG2PSExtractor.h33 struct MPEG2PSExtractor : public MediaExtractor { struct in namespace:android
34 explicit MPEG2PSExtractor(const sp<DataSource> &source);
43 virtual const char * name() { return "MPEG2PSExtractor"; }
46 virtual ~MPEG2PSExtractor();
71 DISALLOW_EVIL_CONSTRUCTORS(MPEG2PSExtractor);
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG2PSExtractor.h33 struct MPEG2PSExtractor : public MediaExtractor { struct in namespace:android
34 explicit MPEG2PSExtractor(const sp<DataSource> &source);
43 virtual const char * name() { return "MPEG2PSExtractor"; }
46 virtual ~MPEG2PSExtractor();
71 DISALLOW_EVIL_CONSTRUCTORS(MPEG2PSExtractor);
/frameworks/av/media/libstagefright/include/
H A DMPEG2PSExtractor.h33 struct MPEG2PSExtractor : public MediaExtractor { struct in namespace:android
34 explicit MPEG2PSExtractor(const sp<DataSource> &source);
43 virtual const char * name() { return "MPEG2PSExtractor"; }
46 virtual ~MPEG2PSExtractor();
71 DISALLOW_EVIL_CONSTRUCTORS(MPEG2PSExtractor);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp18 #define LOG_TAG "MPEG2PSExtractor"
21 #include "include/MPEG2PSExtractor.h"
43 struct MPEG2PSExtractor::Track : public MediaSource {
44 Track(MPEG2PSExtractor *extractor,
58 friend struct MPEG2PSExtractor;
60 MPEG2PSExtractor *mExtractor;
75 struct MPEG2PSExtractor::WrappedTrack : public MediaSource {
76 WrappedTrack(const sp<MPEG2PSExtractor> &extractor, const sp<Track> &track);
89 sp<MPEG2PSExtractor> mExtractor;
90 sp<MPEG2PSExtractor
97 MPEG2PSExtractor::MPEG2PSExtractor(const sp<DataSource> &source) function in class:android::MPEG2PSExtractor
[all...]
H A DAndroid.mk11 MPEG2PSExtractor.cpp \
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp28 #include "include/MPEG2PSExtractor.h"
193 ret = new MPEG2PSExtractor(source);

Completed in 736 milliseconds