Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp120 const mkvparser::Cluster *mCluster; member
325 mCluster(NULL), in BlockIterator()
333 return mCluster == NULL || mCluster->EOS(); in eos()
343 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry); in advance_l()
353 res = mCluster->Parse(pos, len); in advance_l()
361 mCluster = NULL; in advance_l()
371 mCluster, nextCluster, pos, len); in advance_l()
377 mCluster = NULL; in advance_l()
385 mCluster = nextCluster; in advance_l()
387 res = mCluster->Parse(pos, len); in advance_l()
[all …]