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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp114 const mkvparser::BlockEntry *mBlockEntry; member in struct:android::BlockIterator
283 mBlockEntry(NULL),
299 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry);
351 CHECK(mBlockEntry != NULL);
352 CHECK(mBlockEntry->GetBlock() != NULL);
355 if (mBlockEntry->GetBlock()->GetTrackNumber() == mTrackNum) {
365 mBlockEntry = NULL;
504 return mBlockEntry->GetBlock();
508 if (mCluster == NULL || mBlockEntry == NULL) {
511 return (mBlockEntry
[all...]

Completed in 1322 milliseconds