HomeSort by relevance Sort by last modified time
    Searched refs:MPEG4Extractor (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 50 class MPEG4Extractor : public MediaExtractor {
53 MPEG4Extractor(const sp<DataSource> &source);
66 virtual ~MPEG4Extractor();
135 MPEG4Extractor(const MPEG4Extractor &);
136 MPEG4Extractor &operator=(const MPEG4Extractor &);
  /frameworks/av/media/libstagefright/
MediaExtractor.cpp 23 #include "include/MPEG4Extractor.h"
96 ret = new MPEG4Extractor(source);
Android.mk 29 MPEG4Extractor.cpp \
MPEG4Extractor.cpp 18 #define LOG_TAG "MPEG4Extractor"
28 #include "include/MPEG4Extractor.h"
51 MPEG4Source(const sp<MPEG4Extractor> &owner,
74 // keep the MPEG4Extractor around, since we're referencing its data
75 sp<MPEG4Extractor> mOwner;
353 MPEG4Extractor::MPEG4Extractor(const sp<DataSource> &source)
366 MPEG4Extractor::~MPEG4Extractor() {
390 uint32_t MPEG4Extractor::flags() const
    [all...]

Completed in 286 milliseconds