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

  /external/aac/libAACenc/src/
interface.h 166 return (aot==AOT_ER_AAC_LD || aot==AOT_ER_AAC_ELD);
aacenc_lib.cpp 331 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD && (hAacConfig->syntaxFlags & AC_SBR_PRESENT))
445 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
667 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
817 case AOT_ER_AAC_ELD:
836 case AOT_ER_AAC_ELD:
870 if ( (config->userSbrRatio==2) || ((config->userSbrRatio==0)&&(hAacConfig->audioObjectType!=AOT_ER_AAC_ELD)) ) {
873 if ( (config->userSbrRatio==1) || ((config->userSbrRatio==0)&&(hAacConfig->audioObjectType==AOT_ER_AAC_ELD)) ) {
    [all...]
aacenc.cpp 455 || config->audioObjectType == AOT_ER_AAC_ELD )
463 && config->audioObjectType != AOT_ER_AAC_ELD )
636 if ( (config->audioObjectType == AOT_ER_AAC_LD) || (config->audioObjectType == AOT_ER_AAC_ELD) ) {
    [all...]
psy_main.cpp 330 case AOT_ER_AAC_ELD: filterBank = FB_ELD; break;
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp     [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 473 case AOT_ER_AAC_ELD:
524 case AOT_ER_AAC_ELD:
545 case AOT_ER_AAC_ELD:
tpenc_latm.cpp 385 case AOT_ER_AAC_ELD :
  /external/aac/libSYS/include/
FDK_audio.h 200 AOT_ER_AAC_ELD = 39, /**< AAC Enhanced Low Delay */
241 || (aot) == AOT_ER_AAC_ELD)
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 237 if (self->coreCodec == AOT_ER_AAC_ELD) {
389 case AOT_ER_AAC_ELD:
461 self->flags |= (coreCodec == AOT_ER_AAC_ELD) ? SBRDEC_ELD_GRID : 0;
546 (coreCodec == AOT_ER_AAC_ELD) ? 0 : (6)
1008 case AOT_ER_AAC_ELD:
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 176 ( ( sbrTuningTable[i].coreCoder == CODEC_AACLD && core == AOT_ER_AAC_ELD ) || \
177 ( sbrTuningTable[i].coreCoder == CODEC_AAC && core != AOT_ER_AAC_ELD ) )
463 if (core == AOT_ER_AAC_ELD)
475 if (core == AOT_ER_AAC_ELD) {
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 175 || (aot) == AOT_ER_AAC_ELD)
855 case AOT_ER_AAC_ELD:
973 if (asc->m_aot == AOT_ER_AAC_ELD) {
    [all...]
aacdecoder_lib.cpp 926 if ( self->streamInfo.aot == AOT_ER_AAC_ELD ) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 355 return AOT_ER_AAC_ELD;
  /external/aac/libFDK/src/
FDK_tools_rom.cpp     [all...]

Completed in 149 milliseconds