Home
last modified time | relevance | path

Searched refs:pTP (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp450 const mkvparser::CuePoint::TrackPosition *pTP = NULL; in seek() local
454 pTP = track.find(seekTimeNs); in seek()
460 if (pTrack && pTrack->GetType() == 1 && pCues->Find(seekTimeNs, pTrack, pCP, pTP)) { in seek()
469 if (!pTP) { in seek()
474 mCluster = pSegment->FindOrPreloadCluster(pTP->m_pos); in seek()
480 CHECK_GT(pTP->m_block, 0); in seek()
481 mBlockEntryIndex = pTP->m_block - 1; in seek()