Home | History | Annotate | Download | only in libwebm

Lines Matching refs:GetNext

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

3266 const Cluster* Segment::GetNext(const Cluster* pCurr)
4878 pCluster = m_pSegment->GetNext(pCluster);
4894 status = pCluster->GetNext(pBlockEntry, pNextEntry);
4910 pCluster = m_pSegment->GetNext(pCluster);
4922 long Track::GetNext(
4936 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
4953 status = pCluster->GetNext(pCurrEntry, pNextEntry);
4959 pCluster = m_pSegment->GetNext(pCluster);
4985 //calls GetNext again, which repeats the same search. This is
7624 long Cluster::GetNext(