Home | History | Annotate | Download | only in src

Lines Matching refs:ppBitStream

42  *   ppBitStream - double pointer to the current byte in the bitstream 
44 * *ppBitStream. Valid within 0 to 7.
65 * ppBitStream - *ppBitStream is updated after the block is encoded, so
68 * position in the byte pointed by *ppBitStream.
74 * - At least one of the following pointers is NULL: ppBitStream,
75 * *ppBitStream, pBitOffset, pQDctBlkCoef.
84 OMX_U8 **ppBitStream,
98 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
99 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
119 armPackVLC32 (ppBitStream, pBitOffset,
125 armPackVLC32 (ppBitStream, pBitOffset,
140 armPackBits(ppBitStream, pBitOffset, (OMX_U32)absDCValue, \
145 armPackBits(ppBitStream, pBitOffset, 1, 1);
151 ppBitStream,