Searched refs:pTP (Results 1 – 1 of 1) sorted by relevance
521 const mkvparser::CuePoint::TrackPosition *pTP = NULL; in seek() local525 pTP = track.find(seekTimeNs); in seek()531 if (pTrack && pTrack->GetType() == 1 && pCues->Find(seekTimeNs, pTrack, pCP, pTP)) { in seek()540 if (!pTP) { in seek()546 mCluster = pSegment->FindOrPreloadCluster(pTP->m_pos); in seek()552 CHECK_GT(pTP->m_block, 0); in seek()553 mBlockEntryIndex = pTP->m_block - 1; in seek()