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 45 struct OggSource : public MediaSource {
46 OggSource(const sp<OggExtractor> &extractor);
57 virtual ~OggSource();
63 OggSource(const OggSource &);
64 OggSource &operator=(const OggSource &);
139 OggSource::OggSource(const sp<OggExtractor> &extractor)
144 OggSource::~OggSource()
    [all...]

Completed in 2663 milliseconds