Home | History | Annotate | Download | only in api

Lines Matching refs:ppBitStream

36  * [in]     **ppBitStream
43 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
52 * [in] *ppBitStream
56 * [out] *ppBitStream
61 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
67 * Align the pointer *ppBitStream to the next byte boundary
70 * [in] *ppBitStream
73 * [out] *ppBitStream
78 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
84 * Skip N bits from the value at *ppBitStream
87 * [in] *ppBitStream
91 * [out] *ppBitStream
96 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
107 * the bit stream pointed by *ppBitStream at *pOffset by using the table
111 * [in] **ppBitStream
115 * [out] **ppBitStream
125 const OMX_U8 **ppBitStream,
143 * [in] ppBitStream pointer to the pointer to the current byte
146 * pointed by *ppBitStream. Valid within 0
152 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
157 * *ppBitStream.
165 OMX_U8 **ppBitStream,
184 * [in] ppBitStream pointer to the pointer to the current byte
187 * pointed by *ppBitStream. Valid within 0
192 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
197 * *ppBitStream.
205 OMX_U8 **ppBitStream,