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 143 ALOGE("AAC decoder is null. TODO: Can not call aacDecoder_SetParam in the following code");
146 //aacDecoder_SetParam(mAACDecoder, AAC_PCM_LIMITER_ENABLE, 0);
339 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, max);
372 aacDecoder_SetParam(mAACDecoder, AAC_PCM_LIMITER_ENABLE,
408 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, 2);
411 // use aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, -1)
717 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 392 aacDecoder_SetParam ( const HANDLE_AACDECODER self, /*!< Handle of the decoder instance */
    [all...]

Completed in 143 milliseconds