Home
last modified time | relevance | path

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

/external/aac/libSYS/include/
DFDK_audio.h282 ACT_FRONT = 0x01, /*!< Front speaker position (at normal height) */ enumerator
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp976 self->channelType[0] = ACT_FRONT; in aacDecoder_DecodeFrame()
977 self->channelType[1] = ACT_FRONT; in aacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp483 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
506 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
655 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_FRONT); in CProgramConfig_LookupElement()
/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp480 case ACT_FRONT: in getChannelMode()
733 channelType[mappedIdx] = ACT_FRONT; in getChannelDescription()
745 type = ACT_FRONT; in getChannelDescription()