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

  /frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.cpp 320 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_REFERENCE_LEVEL, newTarget);
331 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_ATTENUATION_FACTOR, newAttFactor);
342 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_BOOST_FACTOR, newBoostFactor);
354 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_HEAVY_COMPRESSION, newHeavy);
SoftAAC2.cpp 153 ALOGE("AAC decoder is null. TODO: Can not call aacDecoder_SetParam in the following code");
156 //aacDecoder_SetParam(mAACDecoder, AAC_PCM_LIMITER_ENABLE, 0);
213 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, -1);
444 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, max);
477 aacDecoder_SetParam(mAACDecoder, AAC_PCM_LIMITER_ENABLE,
816 aacDecoder_SetParam(mAACDecoder, AAC_TPDEC_CLEAR_BUFFER, 1);
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 244 parameters and the decoder library function aacDecoder_SetParam() for more detail.
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 398 aacDecoder_SetParam ( const HANDLE_AACDECODER self, /*!< Handle of the decoder instance */
    [all...]

Completed in 114 milliseconds