Home
last modified time | relevance | path

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

/external/aac/libSYS/include/
DFDK_audio.h263 ACT_FRONT = 0x01, /*!< Front speaker position (at normal height) */ enumerator
/external/aac/libSACdec/src/
Dsac_dec.cpp887 channelType[ch] = ACT_FRONT; in SpatialDecChannelProperties()
894 channelType[0] = ACT_FRONT; in SpatialDecChannelProperties()
896 channelType[1] = ACT_FRONT; in SpatialDecChannelProperties()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp711 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
734 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()
876 (AUDIO_CHANNEL_TYPE)((heightLayer << 4) | ACT_FRONT); in CProgramConfig_LookupElement()
1126 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_FRONT); in CProgramConfig_GetChannelDescription()
1129 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_FRONT); in CProgramConfig_GetChannelDescription()
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp414 if ((chGrp == ACT_FRONT) && fHasCenter) { in getSpeakerPos()
423 if ((chGrp > ACT_FRONT) && (chType != ACT_SIDE) && !fIsLfe) { in getSpeakerPos()
792 channelType[mappedIdx] = ACT_FRONT; in getChannelDescription()
804 type = (AUDIO_CHANNEL_TYPE)((plainIdx << 4) | ACT_FRONT); in getChannelDescription()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1553 self->channelType[chIdx] = ACT_FRONT; in aacDecoder_DecodeFrame()