Home
last modified time | relevance | path

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

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