Searched refs:m_aot (Results 1 – 8 of 8) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 1387 if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) { in GaSpecificConfig_Parse() 1392 if (asc->m_aot == AOT_ER_BSAC) { in GaSpecificConfig_Parse() 1397 if ((asc->m_aot == AOT_ER_AAC_LC) || (asc->m_aot == AOT_ER_AAC_LTP) || in GaSpecificConfig_Parse() 1398 (asc->m_aot == AOT_ER_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_LD)) { in GaSpecificConfig_Parse() 1560 cb->cbSscData, hBs, asc->m_aot, in EldSpecificConfig_Parse() 1873 if (asc->m_aot == AOT_USAC) { in UsacRsv60DecoderConfig_Parse() 1889 if (asc->m_aot == AOT_USAC) { in UsacRsv60DecoderConfig_Parse() 1930 asc->m_samplesPerFrame, asc->m_aot, ID_SCE, in UsacRsv60DecoderConfig_Parse() 1970 asc->m_samplesPerFrame, asc->m_aot, el_type, in UsacRsv60DecoderConfig_Parse() 1992 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 | 1610 switch (asc->m_aot) { in CAacDecoder_Init() 1660 switch (asc->m_aot) { in CAacDecoder_Init() 1713 if (asc->m_aot == AOT_USAC) { in CAacDecoder_Init() 1721 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1759 if ((asc->m_channelConfiguration > 0) || IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1760 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init() 1879 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init() 1881 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init() 1886 if (asc->m_aot == AOT_ER_AAC_ELD && in CAacDecoder_Init() 1930 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
|