Home
last modified time | relevance | path

Searched defs:MatroskaSource (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp123 struct MatroskaSource : public MediaSource { struct
139 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 AVC
152 List<MediaBuffer *> mPendingFrames;
211 MatroskaSource::MatroskaSource( in MatroskaSource() function in android::MatroskaSource