Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DOggExtractor.cpp45 struct OggSource : public MediaSource { struct
60 sp<OggExtractor> mExtractor;
61 bool mStarted;
139 OggSource::OggSource(const sp<OggExtractor> &extractor) in OggSource() function in android::OggSource