Home | History | Annotate | Download | only in src

Lines Matching refs:pBitOffset

43  *   pBitOffset - pointer to the bit position in the byte pointed by 
67 * pBitOffset - *pBitOffset is updated so that it points to the current bit
75 * *ppBitStream, pBitOffset, pQDctBlkCoef.
76 * - *pBitOffset < 0, or *pBitOffset >7.
85 OMX_INT *pBitOffset,
100 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
102 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset >7), OMX_Sts_BadArgErr);
119 armPackVLC32 (ppBitStream, pBitOffset,
125 armPackVLC32 (ppBitStream, pBitOffset,
140 armPackBits(ppBitStream, pBitOffset, (OMX_U32)absDCValue, \
145 armPackBits(ppBitStream, pBitOffset, 1, 1);
152 pBitOffset,