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()
636 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, bsDelay); in setConcealMethod()
665 aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, backupDelay); in setConcealMethod()
717 aacDecoder_drcSetParam(hDrcInfo, MAX_OUTPUT_CHANNELS, value); in aacDecoder_SetParam()
837 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_CUT_SCALE, value); in aacDecoder_SetParam()
847 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_BOOST_SCALE, value); in aacDecoder_SetParam()
860 errorStatus = aacDecoder_drcSetParam(hDrcInfo, TARGET_REF_LEVEL, value); in aacDecoder_SetParam()
871 aacDecoder_drcSetParam(hDrcInfo, APPLY_HEAVY_COMPRESSION, value); in aacDecoder_SetParam()
877 aacDecoder_drcSetParam(hDrcInfo, DEFAULT_PRESENTATION_MODE, value); in aacDecoder_SetParam()
885 aacDecoder_drcSetParam(hDrcInfo, ENCODER_TARGET_LEVEL, value); in aacDecoder_SetParam()
Daacdec_drc.h150 AAC_DECODER_ERROR aacDecoder_drcSetParam(HANDLE_AAC_DRC self,
Daacdec_drc.cpp251 AAC_DECODER_ERROR aacDecoder_drcSetParam(HANDLE_AAC_DRC self, in aacDecoder_drcSetParam() function
Daacdecoder.cpp1319 aacDecoder_drcSetParam(self->hDrcInfo, DRC_BS_DELAY, in CAacDecoder_Open()