Searched refs:mBlockEntryIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp115 long mBlockEntryIndex; member in struct:android::BlockIterator
284 mBlockEntryIndex(0) {
299 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry);
347 mBlockEntryIndex = 0;
353 ++mBlockEntryIndex;
366 mBlockEntryIndex = 0;
389 mBlockEntryIndex = 0;
479 // mBlockEntryIndex starts at 0 but m_block starts at 1
481 mBlockEntryIndex = pTP->m_block - 1;

Completed in 201 milliseconds