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

  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 580 error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
582 error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
587 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
589 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
593 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
595 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
597 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
781 case AOT_ER_AAC_ELD:
827 case AOT_ER_AAC_ELD:
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 469 case AOT_ER_AAC_ELD:
520 case AOT_ER_AAC_ELD:
541 case AOT_ER_AAC_ELD:
tpenc_latm.cpp 385 case AOT_ER_AAC_ELD :
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 237 if (self->coreCodec == AOT_ER_AAC_ELD) {
387 case AOT_ER_AAC_ELD:
458 self->flags |= (coreCodec == AOT_ER_AAC_ELD) ? SBRDEC_ELD_GRID : 0;
543 (coreCodec == AOT_ER_AAC_ELD) ? 0 : (6)
966 case AOT_ER_AAC_ELD:
1065 case AOT_ER_AAC_ELD:
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 248 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD && (hAacConfig->syntaxFlags & AC_SBR_PRESENT))
294 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
500 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
662 case AOT_ER_AAC_ELD:
694 case AOT_ER_AAC_ELD:
839 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
    [all...]
aacenc.cpp 466 && config->audioObjectType != AOT_ER_AAC_ELD )
630 if ( (config->audioObjectType == AOT_ER_AAC_LD) || (config->audioObjectType == AOT_ER_AAC_ELD) ) {
    [all...]
psy_main.cpp 121 return (aot==AOT_ER_AAC_LD || aot==AOT_ER_AAC_ELD);
335 case AOT_ER_AAC_ELD: filterBank = FB_ELD; break;
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 194 AOT_ER_AAC_ELD = 39, /**< AAC Enhanced Low Delay */
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 180 if (core == AOT_ER_AAC_ELD) {
411 if (core == AOT_ER_AAC_ELD)
423 if (core == AOT_ER_AAC_ELD) {
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 175 || (aot) == AOT_ER_AAC_ELD)
803 case AOT_ER_AAC_ELD:
904 if (asc->m_aot == AOT_ER_AAC_ELD) {
1004 case AOT_ER_AAC_ELD:
    [all...]
aacdecoder_lib.cpp 820 if ( self->streamInfo.aot == AOT_ER_AAC_ELD ) {
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 296 return AOT_ER_AAC_ELD;
  /external/aac/libFDK/src/
FDK_tools_rom.cpp     [all...]

Completed in 175 milliseconds