Home | History | Annotate | Download | only in include

Lines Matching refs:aacEncEncode

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
789 * Describes the input and output buffers for an aacEncEncode() call.
802 * Defines the input arguments for an aacEncEncode() call.
812 * Defines the output arguments for an aacEncEncode() call.
815 INT numOutBytes; /*!< Number of valid bitstream bytes generated during aacEncEncode(). */
1146 AACENC_ERROR aacEncEncode(
1182 * internal reconfiguration will be signaled. The actual configuration adoption is part of the subsequent aacEncEncode() call.