HomeSort by relevance Sort by last modified time
    Searched refs:ACT_FRONT (Results 1 - 4 of 4) sorted by null

  /external/aac/libSYS/include/
FDK_audio.h 260 ACT_FRONT = 0x01, /*!< Front speaker position (at normal height) */
266 ACT_FRONT_TOP = 0x11, /*!< Top front speaker = (ACT_FRONT|ACT_TOP) */
271 ACT_FRONT_BOTTOM = 0x21, /*!< Bottom front speaker = (ACT_FRONT|ACT_BOTTOM) */
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 483 *chType = ACT_FRONT;
506 *chType = ACT_FRONT;
655 AUDIO_CHANNEL_TYPE aChType = (AUDIO_CHANNEL_TYPE)((heightLayer<<4) | ACT_FRONT);
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 485 case ACT_FRONT:
738 channelType[mappedIdx] = ACT_FRONT;
750 type = ACT_FRONT;
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 990 self->channelType[chIdx] = ACT_FRONT;
    [all...]

Completed in 150 milliseconds