Home | History | Annotate | Download | only in src

Lines Matching refs:aot

163     UCHAR             userTpSignaling;       /*!< Extension AOT signaling mode. */
435 cc->aot = AOT_AAC_LC;
438 cc->aot = transport_AOT;
441 /* Configure extension aot. */
628 const AUDIO_OBJECT_TYPE aot
637 coreSamplingRate = samplingRate >> (sbrEncoder_IsSingleRatePossible(aot) ? (sbrDownSampleRate-1):1);
643 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
648 if (aot == AOT_AAC_LC || aot == AOT_SBR || aot == AOT_PS) {
694 sbrBitRateOut = sbrEncoder_LimitBitRate(sbrElementBitRateIn , cm.elInfo[e].nChannelsInEl, coreSamplingRate, aot);
773 /* Adapt internal AOT when necessary. */
1099 /* Suppress AOT reconfiguration and check error status. */
1776 /* check if AOT matches the allocated modules */