HomeSort by relevance Sort by last modified time
    Searched refs:OggSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
OggExtractor.h 31 struct OggSource;
46 friend struct OggSource;
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 46 struct OggSource : public MediaSource {
47 OggSource(const sp<OggExtractor> &extractor);
58 virtual ~OggSource();
64 OggSource(const OggSource &);
65 OggSource &operator=(const OggSource &);
144 OggSource::OggSource(const sp<OggExtractor> &extractor)
149 OggSource::~OggSource()
    [all...]

Completed in 93 milliseconds