Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_memory.cpp256 FX_LPDYNAMICSTOREBLOCK pNextBlock = pBlock->NextBlock(); in Alloc() local
257 pNextBlock->bUsed = FALSE; in Alloc()
258 pNextBlock->iBlockSize = n - size - sizeof(FX_DYNAMICSTOREBLOCK); in Alloc()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp4727 const Block* const pNextBlock = pNextEntry->GetBlock(); in GetNext() local
4728 assert(pNextBlock); in GetNext()
4730 if (pNextBlock->GetTrackNumber() == m_info.number) in GetNext()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc4726 const Block* const pNextBlock = pNextEntry->GetBlock(); in GetNext() local
4727 assert(pNextBlock); in GetNext()
4729 if (pNextBlock->GetTrackNumber() == m_info.number) in GetNext()