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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp336 const mkvparser::SeekHead* pSH = pSegment->GetSeekHead(); local
337 if (!pCues && pSH) {
338 const size_t count = pSH->GetCount();
343 pEntry = pSH->GetEntry(index);
359 else if (!pSH) {

Completed in 137 milliseconds