Home | History | Annotate | Download | only in src

Lines Matching refs:ppBitStream

43  *   ppBitStream - pointer to the pointer to the current byte in the 
46 * by *ppBitStream. The parameter *pBitOffset is valid in the
67 * ppBitStream - *ppBitStream is updated after the block is decoded such
70 * bit position in the byte pointed by *ppBitStream
79 * ppBitStream, *ppBitStream, pBitOffset, pDst
93 const OMX_U8 ** ppBitStream,
107 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
108 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
118 DCValueSize = armUnPackVLC32(ppBitStream,
123 DCValueSize = armUnPackVLC32(ppBitStream,
136 fetchDCbits = (OMX_U16) armGetBits(ppBitStream, pBitOffset, \
155 armRetDataErrIf (armGetBits(ppBitStream, pBitOffset, 1) == 0, \
161 ppBitStream,