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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp108 const mkvparser::Cluster *mCluster; member in struct:android::BlockIterator
218 mCluster(NULL),
225 return mCluster == NULL || mCluster->EOS();
235 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry);
245 res = mCluster->Parse(pos, len);
253 mCluster = NULL;
263 mCluster, nextCluster, pos, len);
269 mCluster = NULL;
277 mCluster
[all...]

Completed in 48 milliseconds