Home | History | Annotate | Download | only in libwebm

Lines Matching refs:pCurr

2785 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const

2787 if (pCurr == NULL)
2790 assert(pCurr->GetTimeCode() >= 0);
2797 size_t index = pCurr->m_index;
2802 assert(pp[index] == pCurr);
2814 long index = pCurr->m_index;
2819 assert(pp[index] == pCurr);
3266 const Cluster* Segment::GetNext(const Cluster* pCurr)
3268 assert(pCurr);
3269 assert(pCurr != &m_eos);
3272 long idx = pCurr->m_index;
3278 assert(pCurr == m_clusters[idx]);
3295 //const long long off_ = pCurr->m_pos;
3299 long long pos = pCurr->m_element_start;
3323 //assert((pCurr->m_size <= 0) || (pCurr->m_size == size));
3454 const Cluster* pCurr,
3459 assert(pCurr);
3460 assert(!pCurr->EOS());
3465 if (pCurr->m_index >= 0) //loaded (not merely preloaded)
3467 assert(m_clusters[pCurr->m_index] == pCurr);
3469 const long next_idx = pCurr->m_index + 1;
3509 pos = pCurr->m_element_start;
3511 if (pCurr->m_element_size >= 0)
3512 pos += pCurr->m_element_size;
3576 //assert((pCurr->m_size <= 0) || (pCurr->m_size == size));
7625 const BlockEntry* pCurr,
7628 assert(pCurr);
7632 size_t idx = pCurr->GetIndex();
7634 assert(m_entries[idx] == pCurr);