Searched refs:pCurr (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2788 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const
2790 if (pCurr == NULL)
2793 assert(pCurr->GetTimeCode() >= 0);
2800 size_t index = pCurr->m_index;
2805 assert(pp[index] == pCurr);
2817 long index = pCurr->m_index;
2822 assert(pp[index] == pCurr);
3273 const Cluster* Segment::GetNext(const Cluster* pCurr) argument
3275 assert(pCurr);
3276 assert(pCurr !
[all...]
H A Dmkvparser.hpp345 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
821 const Cluster* pCurr,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2817 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const
2819 if (pCurr == NULL)
2822 assert(pCurr->GetTimeCode() >= 0);
2829 size_t index = pCurr->m_index;
2834 assert(pp[index] == pCurr);
2846 long index = pCurr->m_index;
2851 assert(pp[index] == pCurr);
3296 const Cluster* Segment::GetNext(const Cluster* pCurr) argument
3298 assert(pCurr);
3299 assert(pCurr !
[all...]
H A Dmkvparser.hpp402 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
1002 const Cluster* pCurr,

Completed in 46 milliseconds