Home | History | Annotate | Download | only in src

Lines Matching refs:ppBitStream

41  *   ppBitStream - double pointer to the current byte in the bitstream buffer 
43 * buffer referenced by *ppBitStream, valid in the range 0 to 7.
59 * ppBitStream - updated pointer to the current byte in the bit stream
62 * buffer referenced by *ppBitStream
68 * - At least one of the following pointers is NULL: ppBitStream,
69 * *ppBitStream, pBitOffset, pMVCurMB
76 OMX_U8 **ppBitStream,
94 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
95 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
187 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMVD[index]);
190 armPackBits (ppBitStream, pBitOffset, mvHorResidual, (fcodeForward -1));
199 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMVD[index]);
202 armPackBits (ppBitStream, pBitOffset, mvVerResidual, (fcodeForward -1));