Searched defs:pBitBufBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitbuffer.h38 'pWriteNext' points to the next available word, where bits can be written to. The pointer pBitBufBase
48 UWord8 *pBitBufBase; /*!< pointer points to first position in bitstream buffer */ member in struct:BIT_BUF
68 UWord8 *pBitBufBase,
83 UWord8 *pBitBufBase,
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbitbuffer.c32 UWord8 *pBitBufBase,
37 hBitBuf->pBitBufBase = pBitBufBase;
38 hBitBuf->pBitBufEnd = pBitBufBase + bitBufSize - 1;
40 hBitBuf->pWriteNext = pBitBufBase;
73 UWord8 *pBitBufBase,
76 hBitBuf->pBitBufBase = pBitBufBase;
77 hBitBuf->pBitBufEnd = pBitBufBase + bitBufSize - 1;
80 hBitBuf->pWriteNext = pBitBufBase;
31 CreateBitBuffer(HANDLE_BIT_BUF hBitBuf, UWord8 *pBitBufBase, Word16 bitBufSize) argument
72 ResetBitBuf(HANDLE_BIT_BUF hBitBuf, UWord8 *pBitBufBase, Word16 bitBufSize) argument
[all...]

Completed in 209 milliseconds