Home
last modified time | relevance | path

Searched refs:ACT_BACK (Results 1 – 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp721 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
739 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
750 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
759 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
770 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
989 (AUDIO_CHANNEL_TYPE)((heightLayer << 4) | ACT_BACK); in CProgramConfig_LookupElement()
1148 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
1151 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
/external/aac/libSYS/include/
DFDK_audio.h265 ACT_BACK = 0x03, /*!< Back speaker position (at normal height) */ enumerator
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp825 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_BACK); in getChannelDescription()