Home | History | Annotate | Download | only in src

Lines Matching refs:ppBitStream

38  *   ppBitStream - pointer to the pointer to the current byte in the bit 
41 * *ppBitStream. Valid within 0 to 7
52 * ppBitStream - *ppBitStream is updated after the block is encoded so that
55 * position in the byte pointed by *ppBitStream.
61 * - At least one of the pointers: is NULL: ppBitStream, *ppBitStream,
67 OMX_U8 **ppBitStream,
78 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
79 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
87 ppBitStream,