Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1387 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 …]
Dtpdec_latm.cpp352 (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()
Dtpdec_lib.cpp377 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()
Dtpdec_adts.cpp308 pAsc->m_aot = (AUDIO_OBJECT_TYPE)(bs.profile + 1); in adtsRead_DecodeHeader()
/external/aac/libAACdec/src/
Daacdecoder.cpp1610 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/
Dtpdec_lib.h316 UCHAR configChanged, AUDIO_OBJECT_TYPE m_aot);
Dtp_data.h307 AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. */ member
/external/aac/libMpegTPEnc/include/
Dtp_data.h307 AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. */ member