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

  /external/aac/libAACdec/include/
aacdecoder_lib.h 454 ::AAC_PCM_MAX_OUTPUT_CHANNELS and note 2 below. \n
469 2. If the parameter value is greater than that of ::AAC_PCM_MAX_OUTPUT_CHANNELS both will
472 AAC_PCM_MAX_OUTPUT_CHANNELS = 0x0012, /*!< Maximum number of PCM output channels. If lower than the number of encoded audio channels,
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 213 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, -1);
397 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, max);
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 454 case AAC_PCM_MAX_OUTPUT_CHANNELS:
    [all...]

Completed in 780 milliseconds