Home | History | Annotate | Download | only in src

Lines Matching refs:pBitOffset

41  *   pBitOffset - pointer to the bit position in the byte pointed to by 
42 * *ppBitStream. *pBitOffset is valid within [0-7].
61 * pBitOffset - *pBitOffset is updated so that it points to the current bit
71 * ppBitStream, *ppBitStream, pBitOffset, pDstMVCurMB
72 * - *pBitOffset exceeds [0,7]
82 OMX_INT * pBitOffset,
102 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
104 armRetArgErrIf(((*pBitOffset < 0) || (*pBitOffset > 7)), OMX_Sts_BadArgErr);
143 index = armUnPackVLC32(ppBitStream, pBitOffset,
152 pBitOffset, (fcodeForward -1));
156 index = armUnPackVLC32(ppBitStream, pBitOffset, armVCM4P2_aVlcMVD);
164 pBitOffset, (fcodeForward -1));