Searched refs:mSH (Results 1 – 1 of 1) sorted by relevance
1372 const mkvparser::SeekHead* mSH = mSegment->GetSeekHead(); in MatroskaExtractor() local1373 if ((mCues == NULL) && (mSH != NULL)) { in MatroskaExtractor()1374 size_t count = mSH->GetCount(); in MatroskaExtractor()1377 mEntry = mSH->GetEntry(index); in MatroskaExtractor()