OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pBitBufEnd
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
bitbuffer.c
38
if(*pBitBufWord > hBitBuf->
pBitBufEnd
) {
39
*pBitBufWord -= (hBitBuf->
pBitBufEnd
- hBitBuf->pBitBufBase + 1);
43
*pBitBufWord += (hBitBuf->
pBitBufEnd
- hBitBuf->pBitBufBase + 1);
61
hBitBuf->
pBitBufEnd
= pBitBufBase + bitBufSize - 1;
100
hBitBuf->
pBitBufEnd
= pBitBufBase + bitBufSize - 1;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitbuffer.h
39
points to the start of the bitstream buffer and the pointer
pBitBufEnd
points to the end of the bitstream
49
UWord8 *
pBitBufEnd
; /*!< pointer points to last position in bitstream buffer */
Completed in 684 milliseconds