Home | History | Annotate | Download | only in src

Lines Matching defs:aot

155     UCHAR             userTpSignaling;       /*!< Extension AOT signaling mode. */
277 /* Map virtual aot to transport aot. */
300 cc->aot = AOT_AAC_LC;
303 cc->aot = transport_AOT;
306 /* Configure extension aot. */
484 const AUDIO_OBJECT_TYPE aot
500 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
505 if (aot == AOT_AAC_LC || aot == AOT_SBR || aot == AOT_PS) {
545 sbrBitRateOut = sbrEncoder_LimitBitRate(sbrElementBitRateIn , cm.elInfo[e].nChannelsInEl, coreSamplingRate, aot);
621 /* Adapt internal AOT when necessary. */
855 AUDIO_OBJECT_TYPE aot = hAacConfig->audioObjectType;
891 /* Suppress AOT reconfiguration and check error status. */
892 if ( sbrError || (hAacConfig->audioObjectType!=aot) ) {
1560 /* check if AOT matches the allocated modules */