Home | History | Annotate | Download | only in src

Lines Matching refs:bitRate

121   AAC_ENC_UNSUPPORTED_BITRATE        = 0x3020,        /*!< The chosen bitrate is not supported.                                       */
123 AAC_ENC_UNSUPPORTED_ANC_BITRATE = 0x3040, /*!< Unsupported ancillay bitrate. */
161 AACENC_BR_MODE_INVALID = -1, /*!< Invalid bitrate mode. */
162 AACENC_BR_MODE_CBR = 0, /*!< Constant bitrate mode. */
163 AACENC_BR_MODE_VBR_1 = 1, /*!< Variable bitrate mode, about 32 kbps/channel. */
164 AACENC_BR_MODE_VBR_2 = 2, /*!< Variable bitrate mode, about 40 kbps/channel. */
165 AACENC_BR_MODE_VBR_3 = 3, /*!< Variable bitrate mode, about 48-56 kbps/channel. */
166 AACENC_BR_MODE_VBR_4 = 4, /*!< Variable bitrate mode, about 64 kbps/channel. */
167 AACENC_BR_MODE_VBR_5 = 5, /*!< Variable bitrate mode, about 80-96 kbps/channel. */
184 INT bitRate; /* encoder bit rate in bits/sec */
191 INT bitrateMode; /* encoder bitrate mode (CBR/VBR) */
232 * \param bitRate the initial bit rate value for which the closest valid bit rate value is searched for
237 * \return a valid bit rate value as close as possible or identical to bitRate
245 INT bitRate,
255 description: Get VBR bitrate from vbr quality
258 returns: vbr bitrate