HomeSort by relevance Sort by last modified time
    Searched defs:aot (Results 1 - 5 of 5) 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,
451 AUDIO_OBJECT_TYPE aot,
470 aot,
578 AUDIO_OBJECT_TYPE aot = AOT_AAC_LC; local
596 aot,
799 ,AUDIO_OBJECT_TYPE aot,
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 345 static void writeAot(HANDLE_FDK_BITSTREAM hBitstreamBuffer, AUDIO_OBJECT_TYPE aot)
347 int tmp = (int) aot;
376 int aot = config->aot; local
382 FDKwriteBits( asc, extFlg, 1 ); /* Extension Flag: Shall be 1 for aot = 17,19,20,21,22,23 */
389 if (aot == AOT_ER_BSAC) {
393 if ((aot == AOT_ER_AAC_LC) || (aot == AOT_ER_AAC_LTP) ||
394 (aot == AOT_ER_AAC_SCAL) || (aot == AOT_ER_AAC_LD)
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 369 AAC_DEC_UNSUPPORTED_AOT = 0x2002, /*!< The AOT found in the configuration is not supported. */
547 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:__anon4628
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 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 *
351 AUDIO_OBJECT_TYPE aot; \/**< Audio Object Type (AOT). *\/ member in struct:__anon4903
    [all...]

Completed in 1480 milliseconds