Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp100 struct BlockIterator { struct
101 BlockIterator(MatroskaExtractor *extractor, unsigned long trackNum, unsigned long index);
129 BlockIterator(const BlockIterator &);
130 BlockIterator &operator=(const BlockIterator &);
162 BlockIterator mBlockIter;
320 BlockIterator::BlockIterator( in BlockIterator() function in android::BlockIterator
332 bool BlockIterator::eos() const { in eos()
336 void BlockIterator::advance() { in advance()
341 void BlockIterator::advance_l() { in advance_l()
418 void BlockIterator::reset() { in reset()
[all …]
DMatroskaExtractor.h58 friend struct BlockIterator;