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

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

Completed in 32 milliseconds