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()
982 FDKmemclear(&aacDec->qmfDomain, sizeof(FDK_QMF_DOMAIN)); in aacDecoder_Open()
984 if (SBRDEC_OK != sbrDecoder_Open(&aacDec->hSbrDecoder, &aacDec->qmfDomain)) { in aacDecoder_Open()
994 stereoConfigIndex, &aacDec->qmfDomain)) { in aacDecoder_Open()
1288 if (FDK_QmfDomain_ClearPersistentMemory(&self->qmfDomain) != 0) { in aacDecoder_DecodeFrame()
1385 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()
1393 &self->qmfDomain)) { in aacDecoder_DecodeFrame()
1401 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig && in aacDecoder_DecodeFrame()
1410 if (self->qmfDomain.globalConf.nBandsAnalysis_requested > 0) { in aacDecoder_DecodeFrame()
1411 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in aacDecoder_DecodeFrame()
[all …]
Daacdecoder.cpp906 if (!self->qmfDomain.globalConf.qmfDomainExplicitConfig) { in CAacDecoder_ExtPayloadParse()
913 &self->qmfDomain)) { in CAacDecoder_ExtPayloadParse()
1251 FDK_QmfDomain_ClearRequested(&self->qmfDomain.globalConf); in CAacDecoder_Open()
1464 FDK_QmfDomain_Close(&self->qmfDomain); in CAacDecoder_Close()
1993 self->qmfDomain.globalConf.nInputChannels_requested = ascChannels; in CAacDecoder_Init()
1994 self->qmfDomain.globalConf.nOutputChannels_requested = in CAacDecoder_Init()
1996 self->qmfDomain.globalConf.flags_requested = 0; in CAacDecoder_Init()
1997 self->qmfDomain.globalConf.nBandsAnalysis_requested = in CAacDecoder_Init()
2000 self->qmfDomain.globalConf.nBandsSynthesis_requested = 64; in CAacDecoder_Init()
2001 self->qmfDomain.globalConf.nQmfTimeSlots_requested = in CAacDecoder_Init()
[all …]
Daacdecoder.h287 qmfDomain; /*!< Instance of module for QMF domain data handling */ member