Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc4702 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument
4704 assert(pCurrEntry); in GetNext()
4705 assert(!pCurrEntry->EOS()); //? in GetNext()
4707 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()
4712 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()
4716 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
4729 pCurrEntry = pNextEntry; in GetNext()
4731 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc4711 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument
4713 assert(pCurrEntry); in GetNext()
4714 assert(!pCurrEntry->EOS()); //? in GetNext()
4716 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()
4721 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()
4725 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
4738 pCurrEntry = pNextEntry; in GetNext()
4740 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc4702 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument
4704 assert(pCurrEntry); in GetNext()
4705 assert(!pCurrEntry->EOS()); //? in GetNext()
4707 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()
4712 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()
4716 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
4729 pCurrEntry = pNextEntry; in GetNext()
4731 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()