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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp335 const mkvparser::Cues* pCues = pSegment->GetCues(); local
337 if (!pCues && pSH) {
348 pCues = pSegment->GetCues();
354 if (!pCues) {
365 while (!pCues->DoneParsing()) {
366 pCues->LoadCuePoint();
367 pCP = pCues->GetLast();
389 pCues->Find(seekTimeNs, pTrack, pCP, pTP);

Completed in 208 milliseconds