Home
last modified time | relevance | path

Searched refs:nInputChannels (Results 1 – 10 of 10) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp706 INT nInputChannels; in mpegSurroundDecoder_Config() local
720 nInputChannels = spatialSpecificConfig.nInputChannels; in mpegSurroundDecoder_Config()
727 nInputChannels = in mpegSurroundDecoder_Config()
728 pMpegSurroundDecoder->spatialSpecificConfigBackup.nInputChannels; in mpegSurroundDecoder_Config()
730 if ((err == MPS_OK) && (numChannels != nInputChannels)) { in mpegSurroundDecoder_Config()
741 nInputChannels = spatialSpecificConfig.nInputChannels; in mpegSurroundDecoder_Config()
747 nInputChannels = in mpegSurroundDecoder_Config()
748 pMpegSurroundDecoder->spatialSpecificConfigBackup.nInputChannels; in mpegSurroundDecoder_Config()
752 (numChannels != nInputChannels)) { in mpegSurroundDecoder_Config()
1074 fMax((UINT)pSSC->nInputChannels, (UINT)pGC->nInputChannels_requested); in mpegSurroundDecoder_ConfigureQmfDomain()
Dsac_dec_ssc_struct.h246 int nInputChannels; /* derived from treeConfig */ member
Dsac_bitdec.cpp418 pSpatialSpecificConfig->nInputChannels = in SpatialDecParseMps212Config()
509 pSpatialSpecificConfig->nInputChannels = in SpatialDecParseSpecificConfig()
648 pSpatialSpecificConfig->nInputChannels = in SpatialDecDefaultSpecificConfig()
929 for (ch = 0; ch < pSSC->nInputChannels; ch++) { in parseArbitraryDownmixData()
1009 if (pSpatialSpecificConfig->nInputChannels <= 0 || in SpatialDecParseFrameData()
2004 self->numInputChannels = pSpatialSpecificConfig->nInputChannels; in SpatialDecDecodeHeader()
Dsac_dec.cpp575 nOutputChannels = pSsc->nInputChannels; in CheckLevelTreeUpmixType()
583 if ((pSsc->nInputChannels > pCreateParams->maxNumInputChannels) || in CheckLevelTreeUpmixType()
/external/aac/libSACenc/src/
Dsacenc_lib.cpp197 UCHAR nInputChannels; member
683 hEnc->nInputChannels = in FDK_sacenc_init()
696 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()
709 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()
725 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()
742 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()
775 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()
820 hEnc->nFrameLength * (hEnc->nInputChannels + nChInArbDmx); in FDK_sacenc_init()
865 const INT nChIn = hEnc->nInputChannels; in __FeedDeinterPreScale()
886 for (i = 0; i < hEnc->nInputChannels; i++) { in __FeedDeinterPreScale()
[all …]
/external/aac/libFDK/src/
DFDK_qmf_domain.cpp264 if ((gc->nInputChannels > ((8) + (1))) || (gc->nOutputChannels > ((8) + (1)))) in FDK_QmfDomain_AllocatePersistentMemory()
266 for (ch = 0; ch < gc->nInputChannels; ch++) { in FDK_QmfDomain_AllocatePersistentMemory()
391 for (ch = 0; ch < gc->nInputChannels; ch++) { in FDK_QmfDomain_ClearPersistentMemory()
501 for (ch = 0; ch < gc->nInputChannels; ch++) { in FDK_QmfDomain_InitFilterBank()
795 hgc->nInputChannels = 0; in FDK_QmfDomain_ClearConfigured()
862 if ((hgc->nInputChannels != hgc->nInputChannels_requested) || in FDK_QmfDomain_Configure()
869 hgc->nInputChannels = hgc->nInputChannels_requested; in FDK_QmfDomain_Configure()
957 for (; i < hgc->nInputChannels; i++) { in FDK_QmfDomain_Configure()
/external/aac/libFDK/include/
DFDK_qmf_domain.h171 UCHAR nInputChannels; /*!< Number of QMF input channels. */ member
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c40 static cmsInterpFunction DefaultInterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Numbe…
1410 cmsInterpFunction DefaultInterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutp… in DefaultInterpolatorsFactory() argument
1420 if (nInputChannels >= 4 && nOutputChannels >= MAX_STAGE_CHANNELS) in DefaultInterpolatorsFactory()
1423 switch (nInputChannels) { in DefaultInterpolatorsFactory()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h306 typedef cmsInterpFunction (* cmsInterpFnFactory)(cmsUInt32Number nInputChannels, cmsUInt32Number nO…
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1866 if (self->numSbrChannels > self->pQmfDomain->globalConf.nInputChannels) { in sbrDecoder_Apply()