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() 1416 cb->cbSscData, hBs, asc->m_aot, in EldSpecificConfig_Parse() 1706 if (asc->m_aot == AOT_USAC) { in UsacRsv60DecoderConfig_Parse() 1722 if (asc->m_aot == AOT_USAC) { in UsacRsv60DecoderConfig_Parse() 1763 asc->m_samplesPerFrame, asc->m_aot, ID_SCE, in UsacRsv60DecoderConfig_Parse() 1803 asc->m_samplesPerFrame, asc->m_aot, el_type, in UsacRsv60DecoderConfig_Parse() 1825 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() 491 *configChanged, hTp->asc[layer].m_aot); in transportDec_InBandConfig() 527 if (hTp->asc->m_aot == AOT_USAC) { in transportDec_InBandConfig() 1473 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 | 1496 switch (asc->m_aot) { in CAacDecoder_Init() 1546 switch (asc->m_aot) { in CAacDecoder_Init() 1599 if (asc->m_aot == AOT_USAC) { in CAacDecoder_Init() 1607 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1645 if ((asc->m_channelConfiguration > 0) || IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1646 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1766 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init() 1768 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init() 1773 if (asc->m_aot == AOT_ER_AAC_ELD && in CAacDecoder_Init() 1809 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
|