Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp576 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
594 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
605 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
614 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
625 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()
844 (AUDIO_CHANNEL_TYPE)((heightLayer << 4) | ACT_BACK); in CProgramConfig_LookupElement()
1003 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
1006 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.cpp797 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_BACK); in getChannelDescription()