Home | History | Annotate | Download | only in include

Lines Matching refs:aot

185   AOT_ESCAPE           = 31, /**< Signal AOT uses more than 5 bits          */
201 AOT_DRM_AAC = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR) */
202 AOT_DRM_SBR = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR) */
203 AOT_DRM_MPEG_PS = 145 /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
207 #define CAN_DO_PS(aot) \
208 ((aot) == AOT_AAC_LC \
209 || (aot) == AOT_SBR \
210 || (aot) == AOT_PS \
211 || (aot) == AOT_ER_BSAC \
212 || (aot) == AOT_DRM_AAC)
214 #define IS_USAC(aot) \
215 ((aot) == AOT_USAC)
217 #define IS_LOWDELAY(aot) \
218 ((aot) == AOT_ER_AAC_LD \
219 || (aot) == AOT_ER_AAC_ELD)
329 AUDIO_OBJECT_TYPE aot; /**< Audio Object Type (AOT). */