HomeSort by relevance Sort by last modified time
    Searched refs:extAOT (Results 1 - 3 of 3) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 477 if (config->extAOT == AOT_SBR || config->extAOT == AOT_PS)
478 writeAot(asc, config->extAOT);
495 if (config->extAOT == AOT_SBR || config->extAOT == AOT_PS) {
  /external/aac/libSYS/include/
FDK_audio.h 313 AUDIO_OBJECT_TYPE extAOT; /**< Extension Audio Object Type (SBR). */
  /external/aac/libAACenc/src/
aacenc_lib.cpp 308 cc->extAOT = AOT_NULL_OBJECT; /* implicit */
312 cc->extAOT = AOT_SBR; /* explicit backward compatible */
315 cc->extAOT = transport_AOT; /* explicit hierarchical */
355 cc->extAOT = AOT_NULL_OBJECT;
    [all...]

Completed in 470 milliseconds