Home
last modified time | relevance | path

Searched refs:aacDecoder_drcSetParam (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp151 aacDecoder_drcSetParam(self->hDrcInfo, DRC_DATA_EXPIRY_FRAME, mdExpFrame); in aacDecoder_setMetadataExpiry()
627 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, bsDelay); in setConcealMethod()
656 aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, backupDelay); in setConcealMethod()
708 aacDecoder_drcSetParam(hDrcInfo, MAX_OUTPUT_CHANNELS, value); in aacDecoder_SetParam()
825 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_CUT_SCALE, value); in aacDecoder_SetParam()
832 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_BOOST_SCALE, value); in aacDecoder_SetParam()
845 errorStatus = aacDecoder_drcSetParam(hDrcInfo, TARGET_REF_LEVEL, value); in aacDecoder_SetParam()
856 aacDecoder_drcSetParam(hDrcInfo, APPLY_HEAVY_COMPRESSION, value); in aacDecoder_SetParam()
862 aacDecoder_drcSetParam(hDrcInfo, DEFAULT_PRESENTATION_MODE, value); in aacDecoder_SetParam()
870 aacDecoder_drcSetParam(hDrcInfo, ENCODER_TARGET_LEVEL, value); in aacDecoder_SetParam()
Daacdec_drc.h143 AAC_DECODER_ERROR aacDecoder_drcSetParam(HANDLE_AAC_DRC self,
Daacdecoder.cpp1280 aacDecoder_drcSetParam(self->hDrcInfo, DRC_BS_DELAY, in CAacDecoder_Open()
3156 aacDecoder_drcSetParam(self->hDrcInfo, APPLY_NORMALIZATION, in CAacDecoder_DecodeFrame()
3161 aacDecoder_drcSetParam( in CAacDecoder_DecodeFrame()
Daacdec_drc.cpp224 AAC_DECODER_ERROR aacDecoder_drcSetParam(HANDLE_AAC_DRC self, in aacDecoder_drcSetParam() function