Home
last modified time | relevance | path

Searched refs:ACT_FRONT (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSYS/include/
DFDK_audio.h260 ACT_FRONT = 0x01, /*!< Front speaker position (at normal height) */ enumerator
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp498 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
521 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
670 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_FRONT); in CProgramConfig_LookupElement()
/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp487 case ACT_FRONT: in getChannelMode()
740 channelType[mappedIdx] = ACT_FRONT; in getChannelDescription()
752 type = ACT_FRONT; in getChannelDescription()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp983 self->channelType[chIdx] = ACT_FRONT; in aacDecoder_DecodeFrame()