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

  /external/aac/libAACenc/include/
aacenc_lib.h 152 -# Call aacEncEncode() with NULL parameters to \ref encReconf "initialize" encoder instance with present parameter set.
153 \skipline aacEncEncode
162 Feed \ref feedInBuf "input buffer" with new audio data and provide input/output \ref bufDes "arguments" to aacEncEncode().
163 \skipline aacEncEncode
214 If the output data does not fit into the provided buffer, an AACENC_ERROR will be returned by aacEncEncode().
232 The input and output arguments of an aacEncEncode() call are described in argument structures.
246 After the encoder's internal buffer is fed with incoming audio samples, and aacEncEncode()
294 aacEncEncode() call. This state can be observed from external via the AACENC_INIT_STATUS
296 immediately when all parameters of an aacEncEncode() call are NULL with a valid encoder
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 431 if (AACENC_OK != aacEncEncode(mAACEncoder, NULL, NULL, NULL, NULL)) {
593 encoderErr = aacEncEncode(mAACEncoder,
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]

Completed in 100 milliseconds