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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp113 const mkvparser::Cluster *mCluster; member in struct:android::BlockIterator
282 mCluster(NULL),
289 return mCluster == NULL || mCluster->EOS();
299 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry);
309 res = mCluster->Parse(pos, len);
317 mCluster = NULL;
327 mCluster, nextCluster, pos, len);
333 mCluster = NULL;
341 mCluster
[all...]

Completed in 282 milliseconds