Home | History | Annotate | Download | only in src

Lines Matching refs:pBitOffset

40  *   pBitOffset - pointer to the bit position in the byte pointed to by 
41 * *ppBitStream. *pBitOffset is valid within [0-7]
51 * pBitOffset - *pBitOffset is updated so that it points to the current bit
62 * ppBitStream, *ppBitStream, pBitOffset , pDst
63 * - *pBitOffset exceeds [0,7]
71 OMX_INT * pBitOffset,
88 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
92 armRetArgErrIf(((*pBitOffset < 0) || (*pBitOffset > 7)), OMX_Sts_BadArgErr);
96 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,