HomeSort by relevance Sort by last modified time
    Searched defs:aot (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACenc/src/
aacEnc_ram.h 152 AUDIO_OBJECT_TYPE aot; /* AOT to be used while encoding. */ member in struct:AAC_ENC
qc_main.cpp 148 AUDIO_OBJECT_TYPE aot,
163 AUDIO_OBJECT_TYPE aot,
445 AUDIO_OBJECT_TYPE aot,
464 aot,
572 AUDIO_OBJECT_TYPE aot = AOT_AAC_LC; local
590 aot,
793 ,AUDIO_OBJECT_TYPE aot,
    [all...]
aacenc_lib.cpp 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)
855 AUDIO_OBJECT_TYPE aot = hAacConfig->audioObjectType; local
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 341 static void writeAot(HANDLE_FDK_BITSTREAM hBitstreamBuffer, AUDIO_OBJECT_TYPE aot)
343 int tmp = (int) aot;
372 int aot = config->aot; local
378 FDKwriteBits( asc, extFlg, 1 ); /* Extension Flag: Shall be 1 for aot = 17,19,20,21,22,23 */
385 if (aot == AOT_ER_BSAC) {
389 if ((aot == AOT_ER_AAC_LC) || (aot == AOT_ER_AAC_LTP) ||
390 (aot == AOT_ER_AAC_SCAL) || (aot == AOT_ER_AAC_LD)
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 370 AAC_DEC_UNSUPPORTED_AOT = 0x2002, /*!< The AOT found in the configuration is not supported. */
501 AUDIO_OBJECT_TYPE aot; /*!< Audio Object Type (from ASC): is set to the appropriate value for MPEG-2 bitstreams (e. g. 2 for AAC-LC). */ member in struct:__anon1567
513 SCHAR epConfig; /*!< epConfig level (from ASC): only level 0 supported, -1 means no ER (e. g. AOT=2, MPEG-2 AAC, etc.) */
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 185 AOT_ESCAPE = 31, /**< Signal AOT uses more than 5 bits */
200 AOT_RSVD50 = 50, /**< Interim AOT for Rsvd50 */
203 AOT_MP2_AAC_MAIN = 128, /**< Virtual AOT MP2 Main profile */
204 AOT_MP2_AAC_LC = 129, /**< Virtual AOT MP2 Low Complexity profile */
205 AOT_MP2_AAC_SSR = 130, /**< Virtual AOT MP2 Scalable Sampling Rate profile */
207 AOT_MP2_SBR = 132, /**< Virtual AOT MP2 Low Complexity Profile with SBR */
209 AOT_DAB = 134, /**< Virtual AOT for DAB (Layer2 with scalefactor CRC) */
210 AOT_DABPLUS_AAC_LC = 135, /**< Virtual AOT for DAB plus AAC-LC */
211 AOT_DABPLUS_SBR = 136, /**< Virtual AOT for DAB plus HE-AAC */
212 AOT_DABPLUS_PS = 137, /**< Virtual AOT for DAB plus HE-AAC v2 *
312 AUDIO_OBJECT_TYPE aot; \/**< Audio Object Type (AOT). *\/ member in struct:__anon1840
    [all...]

Completed in 363 milliseconds