Home
last modified time | relevance | path

Searched refs:OggSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DOggExtractor.cpp48 struct OggSource : public MediaSource { struct
49 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::OggSource
232 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 …]
/frameworks/av/media/libstagefright/include/
DOggExtractor.h31 struct OggSource;
47 friend struct OggSource;