Searched refs:numOutBytes (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp742 size_t numOutBytes = local
755 memset(tmpOutBuffer, 0, numOutBytes); // TODO: check for overflow
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp676 outPtr += outargs.numOutBytes;
677 nOutputBytes += outargs.numOutBytes;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daacenc_core.h105 VO_U32 *numOutBytes /*!< number of bytes in output buffer */
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c148 VO_U32 *numOutBytes /*!< number of bytes in output buffer after processing */
158 aacEnc->hBitStream = CreateBitBuffer(&aacEnc->bitStream, outBytes, *numOutBytes);
207 *numOutBytes = GetBitsAvail(aacEnc->hBitStream) >> 3;

Completed in 102 milliseconds