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

  /frameworks/av/media/libstagefright/include/
OggExtractor.h 30 struct MyVorbisExtractor;
51 MyVorbisExtractor *mImpl;
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 68 struct MyVorbisExtractor {
69 MyVorbisExtractor(const sp<DataSource> &source);
70 virtual ~MyVorbisExtractor();
135 MyVorbisExtractor(const MyVorbisExtractor &);
136 MyVorbisExtractor &operator=(const MyVorbisExtractor &);
212 MyVorbisExtractor::MyVorbisExtractor(const sp<DataSource> &source)
227 MyVorbisExtractor::~MyVorbisExtractor()
    [all...]

Completed in 87 milliseconds