Home | History | Annotate | Download | only in src

Lines Matching refs:pBitOffset

40  *   pBitOffset - pointer to the bit position in the byte pointed by 
54 * pBitOffset - *pBitOffset is updated so that it points to the current bit
62 * pBitOffset, pQDctBlkCoef
63 * - *pBitOffset < 0, or *pBitOffset >7.
68 OMX_INT * pBitOffset,
80 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
82 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset >7), OMX_Sts_BadArgErr);
88 pBitOffset,