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

  /frameworks/base/media/libstagefright/include/
OggExtractor.h 30 struct MyVorbisExtractor;
51 MyVorbisExtractor *mImpl;
  /frameworks/base/media/libstagefright/
OggExtractor.cpp 67 struct MyVorbisExtractor {
68 MyVorbisExtractor(const sp<DataSource> &source);
69 virtual ~MyVorbisExtractor();
130 MyVorbisExtractor(const MyVorbisExtractor &);
131 MyVorbisExtractor &operator=(const MyVorbisExtractor &);
207 MyVorbisExtractor::MyVorbisExtractor(const sp<DataSource> &source)
222 MyVorbisExtractor::~MyVorbisExtractor()
    [all...]

Completed in 485 milliseconds