Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp121 const mkvparser::BlockEntry *mBlockEntry; member
326 mBlockEntry(NULL), in BlockIterator()
348 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry); in advance_l()
408 CHECK(mBlockEntry != NULL); in advance_l()
409 CHECK(mBlockEntry->GetBlock() != NULL); in advance_l()
412 if (mBlockEntry->GetBlock()->GetTrackNumber() == mTrackNum) { in advance_l()
422 mBlockEntry = NULL; in reset()
576 return mBlockEntry->GetBlock(); in block()
580 if (mCluster == NULL || mBlockEntry == NULL) { in blockTimeUs()
588 const long status = mCluster->GetFirst(mBlockEntry); in seekwithoutcue_l()
[all …]