Searched defs:MatroskaSource (Results 1 – 1 of 1) sorted by relevance
123 struct MatroskaSource : public MediaSource { struct139 enum Type {145 sp<MatroskaExtractor> mExtractor;146 size_t mTrackIndex;147 Type mType;148 bool mIsAudio;149 BlockIterator mBlockIter;150 ssize_t mNALSizeLen; // for type AVC152 List<MediaBuffer *> mPendingFrames;211 MatroskaSource::MatroskaSource( in MatroskaSource() function in android::MatroskaSource