Home
last modified time | relevance | path

Searched refs:m_aot (Results 1 – 7 of 7) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1024 if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) { in GaSpecificConfig_Parse()
1029 if (asc->m_aot == AOT_ER_BSAC) { in GaSpecificConfig_Parse()
1034 if ((asc->m_aot == AOT_ER_AAC_LC) || (asc->m_aot == AOT_ER_AAC_LTP) || in GaSpecificConfig_Parse()
1035 (asc->m_aot == AOT_ER_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_LD)) in GaSpecificConfig_Parse()
1230 asc->m_aot = AOT_NONE; in AudioSpecificConfig_Init()
1252 self->m_aot = getAOT(bs); in AudioSpecificConfig_Parse()
1264 if ( self->m_aot == AOT_SBR || self->m_aot == AOT_PS ) { in AudioSpecificConfig_Parse()
1268 if ( self->m_aot == AOT_PS ) { in AudioSpecificConfig_Parse()
1273 self->m_aot = getAOT(bs); in AudioSpecificConfig_Parse()
1280 switch (self->m_aot) in AudioSpecificConfig_Parse()
[all …]
Dtpdec_latm.cpp314 …ay > 0) && (pAsc[TPDEC_TRACKINDEX(prog,lay)].m_aot == AOT_AAC_SCAL || pAsc[TPDEC_TRACKINDEX(prog,l… in CLatmDemux_ReadStreamMuxConfig()
Dtpdec_adts.cpp303 pAsc->m_aot = (AUDIO_OBJECT_TYPE)(bs.profile + 1); in adtsRead_DecodeHeader()
Dtpdec_lib.cpp1079 hTp->asc[0].m_aot = (AUDIO_OBJECT_TYPE)(pce->Profile + 1); in transportDec_ReadAccessUnit()
/external/aac/libAACdec/src/
Daacdecoder.cpp834 switch (asc->m_aot) { in CAacDecoder_Init()
936 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init()
937 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init()
966 if (asc->m_aot == AOT_ER_AAC_ELD) { in CAacDecoder_Init()
973 self->flags |= (asc->m_aot == AOT_ER_AAC_LD) ? AC_LD : 0; in CAacDecoder_Init()
975 if ( asc->m_aot == AOT_DRM_AAC ) { in CAacDecoder_Init()
978 if ( (asc->m_aot == AOT_AAC_SCAL) in CAacDecoder_Init()
979 || (asc->m_aot == AOT_ER_AAC_SCAL) ) { in CAacDecoder_Init()
/external/aac/libMpegTPDec/include/
Dtp_data.h253 …AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. … member
/external/aac/libMpegTPEnc/include/
Dtp_data.h253 …AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. … member