Searched defs:AACENC_BITRATE (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/include/
H A Daacenc_lib.h310 aacEncoder_SetParam(hAacEncoder, AACENC_BITRATE, value);
314 Beyond that is an internal auto mode which preinitizializes the ::AACENC_BITRATE parameter
902 AACENC_BITRATE = 0x0101, /*!< Total encoder bitrate. This parameter is mandatory and interacts with ::AACENC_BITRATEMODE. enumerator in enum:__anon64
907 - 0: Constant bitrate, use bitrate according to ::AACENC_BITRATE. (default)
958 The peak bitrate will internally be limited to the chosen bitrate ::AACENC_BITRATE as lower limit
961 Setting the peak bitrate equal to ::AACENC_BITRATE does not necessarily mean that the audio frames
964 the peak pitrate to ::AACENC_BITRATE - it would disable the bitreservoir, which would affect the

Completed in 186 milliseconds