Home
last modified time | relevance | path

Searched refs:BlockIterator (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp93 struct BlockIterator { struct
94 BlockIterator(MatroskaExtractor *extractor, unsigned long trackNum, unsigned long index);
119 BlockIterator(const BlockIterator &);
120 BlockIterator &operator=(const BlockIterator &);
149 BlockIterator mBlockIter;
277 BlockIterator::BlockIterator( in BlockIterator() function in android::BlockIterator
288 bool BlockIterator::eos() const { in eos()
292 void BlockIterator::advance() { in advance()
297 void BlockIterator::advance_l() { in advance_l()
361 void BlockIterator::reset() { in reset()
[all …]
DMatroskaExtractor.h57 friend struct BlockIterator;