Lines Matching full:rate
122 AAC_ENC_UNSUPPORTED_BITRATE_MODE = 0x3028, /*!< Unsupported bit rate mode (CBR or VBR). */
129 AAC_ENC_UNSUPPORTED_SAMPLINGRATE = 0x3100, /*!< Sample rate of audio input is not supported. */
183 INT sampleRate; /* encoder sample rate */
184 INT bitRate; /* encoder bit rate in bits/sec */
190 INT averageBits; /* encoder bit rate in bits/superframe */
201 INT anc_Rate; /* ancillary rate, 0 (disabled), -1 (default) else desired rate */
207 UINT sbrRatio; /* sbr sampling rate ratio: dual- or single-rate */
226 * \brief Limit given bit rate to a valid value
228 * \param coreSamplingRate the sample rate to be used for the AAC encoder
232 * \param bitRate the initial bit rate value for which the closest valid bit rate value is searched for
235 * \param bitrateMode the current bit rate mode
237 * \return a valid bit rate value as close as possible or identical to bitRate