Searched refs:OggSource (Results 1 – 2 of 2) sorted by relevance
48 struct OggSource : public MediaSource { struct49 OggSource(const sp<OggExtractor> &extractor);60 virtual ~OggSource();66 OggSource(const OggSource &);67 OggSource &operator=(const OggSource &);227 OggSource::OggSource(const sp<OggExtractor> &extractor) in OggSource() function in android::OggSource232 OggSource::~OggSource() { in ~OggSource()238 sp<MetaData> OggSource::getFormat() { in getFormat()242 status_t OggSource::start(MetaData * /* params */) { in start()252 status_t OggSource::stop() { in stop()[all …]
31 struct OggSource;47 friend struct OggSource;