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

/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp540 if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) {
545 if (asc->m_aot == AOT_ER_BSAC) {
550 if ((asc->m_aot == AOT_ER_AAC_LC) || (asc->m_aot == AOT_ER_AAC_LTP) ||
551 (asc->m_aot == AOT_ER_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_LD))
666 asc->m_aot,
702 asc->m_aot = AOT_NONE;
724 self->m_aot
[all...]
H A Dtpdec_latm.cpp304 if ((lay > 0) && (pAsc[TPDEC_TRACKINDEX(prog,lay)].m_aot == AOT_AAC_SCAL || pAsc[TPDEC_TRACKINDEX(prog,lay)].m_aot == AOT_ER_AAC_SCAL)) {
H A Dtpdec_adts.cpp303 pAsc->m_aot = (AUDIO_OBJECT_TYPE)(bs.profile + 1);
H A Dtpdec_lib.cpp943 hTp->asc[0].m_aot = (AUDIO_OBJECT_TYPE)(pce->Profile + 1);
/external/aac/libMpegTPDec/include/
H A Dtp_data.h250 AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. */ member in struct:__anon158
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h250 AUDIO_OBJECT_TYPE m_aot; /**< Audio Object Type. */ member in struct:__anon175
/external/aac/libAACdec/src/
H A Daacdecoder.cpp795 switch (asc->m_aot) {
885 if (self->streamInfo.aot != asc->m_aot) {
886 self->streamInfo.aot = asc->m_aot;
915 if (asc->m_aot == AOT_ER_AAC_ELD) {
920 self->flags |= (asc->m_aot == AOT_ER_AAC_LD) ? AC_LD : 0;

Completed in 120 milliseconds