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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp98 // Each MPEG4DataSource caches the sampletable metadata for a single track.
100 struct MPEG4DataSource : public DataSource { struct in namespace:android
101 MPEG4DataSource(const sp<DataSource> &source);
111 virtual ~MPEG4DataSource();
123 MPEG4DataSource(const MPEG4DataSource &);
124 MPEG4DataSource &operator=(const MPEG4DataSource &);
127 MPEG4DataSource::MPEG4DataSource(cons function in class:android::MPEG4DataSource
[all...]

Completed in 33 milliseconds