Home
last modified time | relevance | path

Searched refs:nOutputChannels (Results 1 – 9 of 9) sorted by relevance

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp269 if ((gc->nInputChannels > ((8) + (1))) || (gc->nOutputChannels > ((8) + (1)))) in FDK_QmfDomain_AllocatePersistentMemory()
369 for (ch = 0; ch < gc->nOutputChannels; ch++) { in FDK_QmfDomain_AllocatePersistentMemory()
553 for (ch = 0; ch < gc->nOutputChannels; ch++) { in FDK_QmfDomain_InitFilterBank()
801 hgc->nOutputChannels = 0; in FDK_QmfDomain_ClearConfigured()
871 (hgc->nOutputChannels != hgc->nOutputChannels_requested) || in FDK_QmfDomain_Configure()
878 hgc->nOutputChannels = hgc->nOutputChannels_requested; in FDK_QmfDomain_Configure()
970 for (i = 0; i < hgc->nOutputChannels; i++) { in FDK_QmfDomain_Configure()
/external/aac/libSACdec/src/
Dsac_dec_ssc_struct.h247 int nOutputChannels; /* derived from treeConfig */ member
Dsac_dec.cpp553 int nOutputChannels, treeConfig; in CheckLevelTreeUpmixType() local
575 nOutputChannels = pSsc->nInputChannels; in CheckLevelTreeUpmixType()
578 nOutputChannels = pSsc->nOutputChannels; in CheckLevelTreeUpmixType()
584 (nOutputChannels > pCreateParams->maxNumOutputChannels) || in CheckLevelTreeUpmixType()
Dsac_bitdec.cpp420 pSpatialSpecificConfig->nOutputChannels = in SpatialDecParseMps212Config()
506 pSpatialSpecificConfig->nOutputChannels = in SpatialDecParseSpecificConfig()
590 pSpatialSpecificConfig->nOutputChannels, bitsAvailable); in SpatialDecParseSpecificConfig()
645 pSpatialSpecificConfig->nOutputChannels = in SpatialDecDefaultSpecificConfig()
1005 pSpatialSpecificConfig->nOutputChannels <= 0) { in SpatialDecParseFrameData()
1999 self->numOutputChannels = pSpatialSpecificConfig->nOutputChannels; in SpatialDecDecodeHeader()
Dsac_dec_lib.cpp1062 fMax((UINT)pSSC->nOutputChannels, (UINT)pGC->nOutputChannels_requested); in mpegSurroundDecoder_ConfigureQmfDomain()
/external/aac/libFDK/include/
DFDK_qmf_domain.h177 UCHAR nOutputChannels; /*!< Number of QMF output channels. */ member
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c33 …InterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Num…
1402 …InterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Num… in DefaultInterpolatorsFactory() argument
1412 if (nInputChannels >= 4 && nOutputChannels >= MAX_STAGE_CHANNELS) in DefaultInterpolatorsFactory()
1419 if (nOutputChannels == 1) { in DefaultInterpolatorsFactory()
/external/aac/libSACenc/src/
Dsacenc_lib.cpp198 UCHAR nOutputChannels; member
687 hEnc->nOutputChannels = in FDK_sacenc_init()
1000 const int nChOut = hMp4SpaceEnc->nOutputChannels; in FDK_sacenc_encode()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h306 … cmsInterpFnFactory)(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Num…