HomeSort by relevance Sort by last modified time
    Searched refs:pBitBufBase (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitbuffer.c 39 *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 = pBitBufBase
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitbuffer.h 38 '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 */
68 UWord8 *pBitBufBase,
83 UWord8 *pBitBufBase,

Completed in 331 milliseconds