Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DOggExtractor.cpp48 struct OggSource : public MediaSource { struct
63 sp<OggExtractor> mExtractor;
64 bool mStarted;
227 OggSource::OggSource(const sp<OggExtractor> &extractor) in OggSource() function in android::OggSource