Home | History | Annotate | Download | only in src

Lines Matching refs:ppBitStream

37  *   ppBitStream - pointer to the pointer to the current byte in the bit 
41 * *ppBitStream. *pBitOffset is valid within [0-7]
49 * ppBitStream - *ppBitStream is updated after the block is decoded, so
52 * position in the byte pointed by *ppBitStream
62 * ppBitStream, *ppBitStream, pBitOffset , pDst
70 const OMX_U8 ** ppBitStream,
86 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
87 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
96 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,