Home | History | Annotate | Download | only in include

Lines Matching defs:aot

191   AOT_ESCAPE           = 31, /**< Signal AOT uses more than 5 bits          */
206 AOT_RSVD50 = 50, /**< Interim AOT for Rsvd50 */
209 AOT_MP2_AAC_MAIN = 128, /**< Virtual AOT MP2 Main profile */
210 AOT_MP2_AAC_LC = 129, /**< Virtual AOT MP2 Low Complexity profile */
211 AOT_MP2_AAC_SSR = 130, /**< Virtual AOT MP2 Scalable Sampling Rate profile */
213 AOT_MP2_SBR = 132, /**< Virtual AOT MP2 Low Complexity Profile with SBR */
215 AOT_DAB = 134, /**< Virtual AOT for DAB (Layer2 with scalefactor CRC) */
216 AOT_DABPLUS_AAC_LC = 135, /**< Virtual AOT for DAB plus AAC-LC */
217 AOT_DABPLUS_SBR = 136, /**< Virtual AOT for DAB plus HE-AAC */
218 AOT_DABPLUS_PS = 137, /**< Virtual AOT for DAB plus HE-AAC v2 */
220 AOT_PLAIN_MP1 = 140, /**< Virtual AOT for plain mp1 */
221 AOT_PLAIN_MP2 = 141, /**< Virtual AOT for plain mp2 */
222 AOT_PLAIN_MP3 = 142, /**< Virtual AOT for plain mp3 */
224 AOT_DRM_AAC = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR) */
225 AOT_DRM_SBR = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR) */
226 AOT_DRM_MPEG_PS = 145, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
227 AOT_DRM_SURROUND = 146, /**< Virtual AOT for DRM Surround (ER-AAC-SCAL (+SBR) +MPS) */
229 AOT_MP2_PS = 156, /**< Virtual AOT MP2 Low Complexity Profile with SBR and PS */
231 AOT_MPEGS_RESIDUALS = 256 /**< Virtual AOT for MPEG Surround residuals */
235 #define IS_USAC(aot) \
236 ((aot) == AOT_USAC \
237 || (aot) == AOT_RSVD50)
239 #define IS_LOWDELAY(aot) \
240 ((aot) == AOT_ER_AAC_LD \
241 || (aot) == AOT_ER_AAC_ELD)
351 AUDIO_OBJECT_TYPE aot; /**< Audio Object Type (AOT). */