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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp185 // Each MPEG4DataSource caches the sampletable metadata for a single track.
187 struct MPEG4DataSource : public DataSource { struct in namespace:android
188 explicit MPEG4DataSource(const sp<DataSource> &source);
198 virtual ~MPEG4DataSource();
210 MPEG4DataSource(const MPEG4DataSource &);
211 MPEG4DataSource &operator=(const MPEG4DataSource &);
214 MPEG4DataSource::MPEG4DataSource(cons function in class:android::MPEG4DataSource
[all...]

Completed in 395 milliseconds