Home
last modified time | relevance | path

Searched refs:hDrcInfo (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp151 aacDecoder_drcSetParam(self->hDrcInfo, DRC_DATA_EXPIRY_FRAME, mdExpFrame); in aacDecoder_setMetadataExpiry()
570 HANDLE_AAC_DRC hDrcInfo = NULL; in setConcealMethod() local
580 hDrcInfo = self->hDrcInfo; in setConcealMethod()
636 errorStatus = aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, bsDelay); in setConcealMethod()
665 aacDecoder_drcSetParam(hDrcInfo, DRC_BS_DELAY, backupDelay); in setConcealMethod()
681 HANDLE_AAC_DRC hDrcInfo = NULL; in aacDecoder_SetParam() local
690 hDrcInfo = self->hDrcInfo; in aacDecoder_SetParam()
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()
[all …]
Daacdec_drc.cpp1405 INT applyDrcLevelNormalization(HANDLE_AAC_DRC hDrcInfo, PCM_DEC *samplesIn, in applyDrcLevelNormalization() argument
1416 FIXP_DBL additionalGainSmoothState = hDrcInfo->additionalGainFilterState; in applyDrcLevelNormalization()
1417 FIXP_DBL additionalGainSmoothState1 = hDrcInfo->additionalGainFilterState1; in applyDrcLevelNormalization()
1456 additionalGainUnfiltered = hDrcInfo->additionalGainPrev; in applyDrcLevelNormalization()
1512 hDrcInfo->additionalGainPrev = pGain[0]; in applyDrcLevelNormalization()
1513 hDrcInfo->additionalGainFilterState = additionalGainSmoothState; in applyDrcLevelNormalization()
1514 hDrcInfo->additionalGainFilterState1 = additionalGainSmoothState1; in applyDrcLevelNormalization()
Daacdecoder.cpp475 aacDecoder_drcMarkPayload(self->hDrcInfo, bs, DVB_DRC_ANC_DATA); in CDataStreamElement_Read()
908 aacDecoder_drcMarkPayload(self->hDrcInfo, hBs, MPEG_DRC_EXT_DATA); in CAacDecoder_ExtPayloadParse()
1349 self->hDrcInfo = GetDrcInfo(); in CAacDecoder_Open()
1350 if (self->hDrcInfo == NULL) { in CAacDecoder_Open()
1354 aacDecoder_drcInit(self->hDrcInfo); in CAacDecoder_Open()
1356 aacDecoder_drcSetParam(self->hDrcInfo, DRC_BS_DELAY, in CAacDecoder_Open()
1551 if (self->hDrcInfo) { in CAacDecoder_Close()
1552 FreeDrcInfo(&self->hDrcInfo); in CAacDecoder_Close()
2493 aacDecoder_drcDisable(self->hDrcInfo); in CAacDecoder_Init()
3316 self->hDrcInfo, UNIDRC_PRECEDENCE, in CAacDecoder_DecodeFrame()
[all …]
Daacdec_drc.h235 INT applyDrcLevelNormalization(HANDLE_AAC_DRC hDrcInfo, PCM_DEC *samplesIn,
Daacdecoder.h302 HANDLE_AAC_DRC hDrcInfo; /*!< handle to DRC data structure */ member