Searched defs:GetNext (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2817 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const function in class:mkvparser::Cues
3296 const Cluster* Segment::GetNext(const Cluster* pCurr) function in class:mkvparser::Segment
5758 pCluster = m_pSegment->GetNext(pCluster);
5774 status = pCluster->GetNext(pBlockEntry, pNextEntry);
5790 pCluster = m_pSegment->GetNext(pCluster);
5802 long Track::GetNext( function in class:mkvparser::Track
5818 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
5835 status = pCluster->GetNext(pCurrEntry, pNextEntry);
5841 pCluster = m_pSegment->GetNext(pCluster);
5867 //calls GetNext agai
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2788 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const function in class:mkvparser::Cues
3273 const Cluster* Segment::GetNext(const Cluster* pCurr) function in class:mkvparser::Segment
4885 pCluster = m_pSegment->GetNext(pCluster);
4901 status = pCluster->GetNext(pBlockEntry, pNextEntry);
4917 pCluster = m_pSegment->GetNext(pCluster);
4929 long Track::GetNext( function in class:mkvparser::Track
4943 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
4960 status = pCluster->GetNext(pCurrEntry, pNextEntry);
4966 pCluster = m_pSegment->GetNext(pCluster);
4992 //calls GetNext agai
[all...]

Completed in 56 milliseconds