Home | History | Annotate | Download | only in src

Lines Matching refs:pBitOffset

45  *   pBitOffset - pointer to the bit position in the current byte referenced 
46 * by *ppBitStream. The parameter *pBitOffset is valid in the
49 * *pBitOffset |0 1 2 3 4 5 6 7|
69 * pBitOffset - *pBitOffset is updated such that it points to the current
79 * ppBitStream, *ppBitStream, pBitOffset, pDst
80 * - *pBitOffset exceeds [0,7]
94 OMX_INT * pBitOffset,
109 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
112 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset > 7), OMX_Sts_BadArgErr);
119 pBitOffset, armVCM4P2_aIntraDCLumaIndex);
124 pBitOffset, armVCM4P2_aIntraDCChromaIndex);
136 fetchDCbits = (OMX_U16) armGetBits(ppBitStream, pBitOffset, \
155 armRetDataErrIf (armGetBits(ppBitStream, pBitOffset, 1) == 0, \
162 pBitOffset,