Searched defs:MatroskaSource (Results 1 – 1 of 1) sorted by relevance
120 struct MatroskaSource : public MediaSource { struct136 enum Type {142 sp<MatroskaExtractor> mExtractor;143 size_t mTrackIndex;144 Type mType;145 bool mIsAudio;146 BlockIterator mBlockIter;147 size_t mNALSizeLen; // for type AVC149 List<MediaBuffer *> mPendingFrames;207 MatroskaSource::MatroskaSource( in MatroskaSource() function in android::MatroskaSource