Home | History | Annotate | Download | only in src

Lines Matching refs:ppBitStream

37  * [in]	ppBitStream		pointer to the pointer to the current byte in
40 * by *ppBitStream. Valid within 0 to 7
77 const OMX_U8 **ppBitStream,
108 escape = armLookAheadBits(ppBitStream, pBitOffset, 7);
115 armSkipBits (ppBitStream, pBitOffset, 7);
118 *pLast = armGetBits(ppBitStream, pBitOffset, 1);
119 storeRun = armGetBits(ppBitStream, pBitOffset, 6);
120 storeLevel = armGetBits(ppBitStream, pBitOffset, 8);
149 if (armGetBits(ppBitStream, pBitOffset, 1))
151 if (armGetBits(ppBitStream, pBitOffset, 1))
168 unpackRetIndex = armUnPackVLC32(ppBitStream, pBitOffset,
191 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1);
204 unpackRetIndex = armUnPackVLC32(ppBitStream, pBitOffset,
228 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1);
251 *pLast = armGetBits(ppBitStream, pBitOffset, 1);
252 storeRun = armGetBits(ppBitStream, pBitOffset, 6);
254 markerBit = armGetBits(ppBitStream, pBitOffset, 1);
256 storeLevel = armGetBits(ppBitStream, pBitOffset, 12);
262 armGetBits(ppBitStream, pBitOffset, 1);