Home
last modified time | relevance | path

Searched refs:pCurrEntry (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libwebm/
Dmkvparser.cpp5061 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument
5063 assert(pCurrEntry); in GetNext()
5064 assert(!pCurrEntry->EOS()); //? in GetNext()
5066 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()
5071 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()
5075 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
5088 pCurrEntry = pNextEntry; in GetNext()
5090 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp5058 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument
5060 assert(pCurrEntry); in GetNext()
5061 assert(!pCurrEntry->EOS()); //? in GetNext()
5063 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()
5068 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()
5072 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
5085 pCurrEntry = pNextEntry; in GetNext()
5087 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()