Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mkv/
DMatroskaExtractor.cpp120 const mkvparser::Cluster *mCluster; member
325 mCluster(NULL), in BlockIterator()
333 return mCluster == NULL || mCluster->EOS(); in eos()
345 mCluster = NULL; in advance_l()
348 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry); in advance_l()
358 res = mCluster->Parse(pos, len); in advance_l()
366 mCluster = NULL; in advance_l()
376 mCluster, nextCluster, pos, len); in advance_l()
382 mCluster = NULL; in advance_l()
390 mCluster = nextCluster; in advance_l()
[all …]