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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp111 long mBlockEntryIndex; member in struct:android::BlockIterator
270 mBlockEntryIndex(0) {
285 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry);
333 mBlockEntryIndex = 0;
339 ++mBlockEntryIndex;
352 mBlockEntryIndex = 0;
375 mBlockEntryIndex = 0;
465 // mBlockEntryIndex starts at 0 but m_block starts at 1
467 mBlockEntryIndex = pTP->m_block - 1;

Completed in 1066 milliseconds