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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp172 // Each MPEG4DataSource caches the sampletable metadata for a single track.
174 struct MPEG4DataSource : public DataSource { struct in namespace:android
175 MPEG4DataSource(const sp<DataSource> &source);
185 virtual ~MPEG4DataSource();
197 MPEG4DataSource(const MPEG4DataSource &);
198 MPEG4DataSource &operator=(const MPEG4DataSource &);
201 MPEG4DataSource::MPEG4DataSource(cons function in class:android::MPEG4DataSource
[all...]

Completed in 24 milliseconds