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 453 ::AAC_PCM_MAX_OUTPUT_CHANNELS and note 2 below. \n
468 2. If the parameter value is greater than that of ::AAC_PCM_MAX_OUTPUT_CHANNELS both will
471 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 339 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, max);
408 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, 2);
411 // use aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, -1)
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 448 case AAC_PCM_MAX_OUTPUT_CHANNELS:
    [all...]

Completed in 291 milliseconds