Searched refs:m_aot (Results 1 – 8 of 8) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 1242 if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) { in GaSpecificConfig_Parse() 1247 if (asc->m_aot == AOT_ER_BSAC) { in GaSpecificConfig_Parse() 1252 if ((asc->m_aot == AOT_ER_AAC_LC) || (asc->m_aot == AOT_ER_AAC_LTP) || in GaSpecificConfig_Parse() 1253 (asc->m_aot == AOT_ER_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_LD)) { in GaSpecificConfig_Parse() 1415 cb->cbSscData, hBs, asc->m_aot, in EldSpecificConfig_Parse() 1709 if (asc->m_aot == AOT_USAC) { in UsacRsv60DecoderConfig_Parse() 1725 if (asc->m_aot == AOT_USAC) { in UsacRsv60DecoderConfig_Parse() 1766 asc->m_samplesPerFrame, asc->m_aot, ID_SCE, in UsacRsv60DecoderConfig_Parse() 1806 asc->m_samplesPerFrame, asc->m_aot, el_type, in UsacRsv60DecoderConfig_Parse() 1828 if (cb->cbSsc(cb->cbSscData, hBs, asc->m_aot, in UsacRsv60DecoderConfig_Parse() [all …]
|
D | tpdec_latm.cpp | 352 (pAsc[TPDEC_TRACKINDEX(prog, lay)].m_aot == AOT_USAC)) { in CLatmDemux_ReadStreamMuxConfig() 426 if (pAscDummy[TPDEC_TRACKINDEX(prog, lay)].m_aot == in CLatmDemux_ReadStreamMuxConfig() 485 (pAsc[TPDEC_TRACKINDEX(prog, lay)].m_aot == AOT_AAC_SCAL || in CLatmDemux_ReadStreamMuxConfig() 486 pAsc[TPDEC_TRACKINDEX(prog, lay)].m_aot == in CLatmDemux_ReadStreamMuxConfig() 488 (pAsc[TPDEC_TRACKINDEX(prog, lay - 1)].m_aot == AOT_CELP || in CLatmDemux_ReadStreamMuxConfig() 489 pAsc[TPDEC_TRACKINDEX(prog, lay - 1)].m_aot == in CLatmDemux_ReadStreamMuxConfig()
|
D | tpdec_lib.cpp | 377 FDK_ASSERT(hTp->asc->m_aot == AOT_USAC); in transportDec_InBandConfig() 385 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 437 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 447 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 454 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 476 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 492 *configChanged, hTp->asc[layer].m_aot); in transportDec_InBandConfig() 528 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 1492 hTp->asc[0].m_aot = (AUDIO_OBJECT_TYPE)(pce->Profile + 1); in transportDec_ReadAccessUnit()
|
D | tpdec_adts.cpp | 308 pAsc->m_aot = (AUDIO_OBJECT_TYPE)(bs.profile + 1); in adtsRead_DecodeHeader()
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1506 switch (asc->m_aot) { in CAacDecoder_Init() 1556 switch (asc->m_aot) { in CAacDecoder_Init() 1609 if (asc->m_aot == AOT_USAC) { in CAacDecoder_Init() 1617 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1655 if ((asc->m_channelConfiguration > 0) || IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1656 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1776 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init() 1778 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init() 1783 if (asc->m_aot == AOT_ER_AAC_ELD && in CAacDecoder_Init() 1819 if (asc->m_aot == AOT_ER_AAC_ELD) { in CAacDecoder_Init() [all …]
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 316 UCHAR configChanged, AUDIO_OBJECT_TYPE m_aot);
|
D | tp_data.h | 307 AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. */ member
|
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 307 AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. */ member
|