Lines Matching refs:hDrcInfo
151 aacDecoder_drcSetParam(self->hDrcInfo, DRC_DATA_EXPIRY_FRAME, mdExpFrame); in aacDecoder_setMetadataExpiry()
561 HANDLE_AAC_DRC hDrcInfo = NULL; in setConcealMethod() local
571 hDrcInfo = self->hDrcInfo; in setConcealMethod()
627 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, bsDelay); in setConcealMethod()
656 aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, backupDelay); in setConcealMethod()
672 HANDLE_AAC_DRC hDrcInfo = NULL; in aacDecoder_SetParam() local
681 hDrcInfo = self->hDrcInfo; in aacDecoder_SetParam()
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()