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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp178 // Each MPEG4DataSource caches the sampletable metadata for a single track.
180 struct MPEG4DataSource : public DataSource { struct in namespace:android
181 MPEG4DataSource(const sp<DataSource> &source);
191 virtual ~MPEG4DataSource();
203 MPEG4DataSource(const MPEG4DataSource &);
204 MPEG4DataSource &operator=(const MPEG4DataSource &);
207 MPEG4DataSource::MPEG4DataSource(cons function in class:android::MPEG4DataSource
[all...]

Completed in 21 milliseconds