Home
last modified time | relevance | path

Searched refs:qmfDomain (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp350 FDK_QmfDomain_FreeMem(&self->qmfDomain); in aacDecoder_FreeMemCallback()
997 FDKmemclear(&aacDec->qmfDomain, sizeof(FDK_QMF_DOMAIN)); in aacDecoder_Open()
999 if (SBRDEC_OK != sbrDecoder_Open(&aacDec->hSbrDecoder, &aacDec->qmfDomain)) { in aacDecoder_Open()
1009 stereoConfigIndex, &aacDec->qmfDomain)) { in aacDecoder_Open()
1303 if (FDK_QmfDomain_ClearPersistentMemory(&self->qmfDomain) != 0) { in aacDecoder_DecodeFrame()
1404 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()
1412 &self->qmfDomain)) { in aacDecoder_DecodeFrame()
1420 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()
1429 if (self->qmfDomain.globalConf.nBandsAnalysis_requested > 0) { in aacDecoder_DecodeFrame()
1430 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in aacDecoder_DecodeFrame()
[all …]
Daacdecoder.cpp980 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig) { in CAacDecoder_ExtPayloadParse()
987 &self->qmfDomain)) { in CAacDecoder_ExtPayloadParse()
1327 FDK_QmfDomain_ClearRequested(&self->qmfDomain.globalConf); in CAacDecoder_Open()
1567 FDK_QmfDomain_Close(&self->qmfDomain); in CAacDecoder_Close()
2123 self->qmfDomain.globalConf.nInputChannels_requested = ascChannels; in CAacDecoder_Init()
2124 self->qmfDomain.globalConf.nOutputChannels_requested = in CAacDecoder_Init()
2126 self->qmfDomain.globalConf.flags_requested = 0; in CAacDecoder_Init()
2127 self->qmfDomain.globalConf.nBandsAnalysis_requested = in CAacDecoder_Init()
2130 self->qmfDomain.globalConf.nBandsSynthesis_requested = 64; in CAacDecoder_Init()
2131 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in CAacDecoder_Init()
[all …]
Daacdecoder.h297 qmfDomain; /*!< Instance of module for QMF domain data handling */ member