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

/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h36 DataIteratorBase(ChunkType* X, unsigned int pPos) argument
37 : m_pChunk(X), m_Pos(pPos)
84 DataIterator(ChunkType* pChunk, unsigned int pPos) argument
85 : Base(pChunk, pPos)
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1160 M4OSA_MemAddr8 pPos; local
1290 pPos = (M4OSA_MemAddr8)pAvcSpecInfo->m_pPictureParameterSet +
1332 (M4OSA_UInt8*)pPos; /**< current position in the buffer */
1333 pPos += pAvcSpecInfo->m_pSequenceParameterSet[i].m_length;
1354 (M4OSA_UInt8*)pPos; /**< current position in the buffer */
1355 pPos += pAvcSpecInfo->m_pPictureParameterSet[i].m_length;

Completed in 83 milliseconds