Home | History | Annotate | Download | only in libwebm

Lines Matching refs:pCP

2364         CuePoint* const pCP = *p++;

2365 assert(pCP);
2367 delete pCP;
2458 CuePoint* const pCP = new CuePoint(m_preload_count, pos);
2459 m_cue_points[m_preload_count++] = pCP;
2506 CuePoint* const pCP = m_cue_points[m_count];
2507 assert(pCP);
2508 assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
2510 pCP->Load(pReader);
2528 const CuePoint*& pCP,
2546 pCP = *i;
2547 assert(pCP);
2549 if (time_ns <= pCP->GetTime(m_pSegment))
2551 pTP = pCP->Find(pTrack);
2567 CuePoint* const pCP = *k;
2568 assert(pCP);
2570 pCP->Load(pReader);
2572 const long long t = pCP->GetTime(m_pSegment);
2586 pCP = *--i;
2587 assert(pCP);
2588 assert(pCP->GetTime(m_pSegment) <= time_ns);
2602 pCP = *i;
2603 assert(pCP);
2605 if (time_ns <= pCP->GetTime(m_pSegment))
2607 pTP = pCP->Find(pTrack);
2621 CuePoint* const pCP = *k;
2622 assert(pCP);
2624 const long long t = pCP->GetTime(m_pSegment);
2638 pCP = *--i;
2639 assert(pCP);
2640 assert(pCP->GetTime(m_pSegment) <= time_ns);
2651 pTP = pCP->Find(pTrack);
2660 const CuePoint*& pCP,
2663 pCP = 0;
2687 pCP = *k;
2688 assert(pCP);
2690 const long long t = pCP->GetTime(m_pSegment);
2706 pCP = *i;
2707 assert(pCP);
2708 assert(pCP->GetTime(m_pSegment) > time_ns);
2710 pTP = pCP->Find(pTrack);
2736 CuePoint* const pCP = pp[0];
2737 assert(pCP);
2738 assert(pCP->GetTimeCode() >= 0);
2740 return pCP;
2765 CuePoint* const pCP = pp[index];
2766 assert(pCP);
2768 pCP->Load(m_pSegment->m_pReader);
2769 assert(pCP->GetTimeCode() >= 0);
2776 CuePoint* const pCP = pp[index];
2777 assert(pCP);
2778 assert(pCP->GetTimeCode() >= 0);
2781 return pCP;
2836 const CuePoint* pCP,
2839 if (pCP == NULL)
2845 return m_pSegment->GetBlock(*pCP, *pTP);
4169 const CuePoint*& pCP,
4178 if (!m_pCues->Find(time_ns, pTrack, pCP, pTP))
4181 assert(pCP);
4189 return GetCluster(pCP, pTP, pCluster, pBlockEntry);