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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbitbuffer.c39 *pBitBufWord -= (hBitBuf->pBitBufEnd - hBitBuf->pBitBufBase + 1);
42 if(*pBitBufWord < hBitBuf->pBitBufBase) {
43 *pBitBufWord += (hBitBuf->pBitBufEnd - hBitBuf->pBitBufBase + 1);
55 UWord8 *pBitBufBase,
60 hBitBuf->pBitBufBase = pBitBufBase;
61 hBitBuf->pBitBufEnd = pBitBufBase + bitBufSize - 1;
63 hBitBuf->pWriteNext = pBitBufBase;
96 UWord8 *pBitBufBase,
99 hBitBuf->pBitBufBase
54 CreateBitBuffer(HANDLE_BIT_BUF hBitBuf, UWord8 *pBitBufBase, Word16 bitBufSize) argument
95 ResetBitBuf(HANDLE_BIT_BUF hBitBuf, UWord8 *pBitBufBase, Word16 bitBufSize) argument
[all...]
/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,

Completed in 57 milliseconds