Home | History | Annotate | Download | only in src

Lines Matching refs:nChan

705     int nChan = *(int*) Cargo;
708 for (i=0; i < nChan; i++)
715 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan)
724 mpe = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, nChan, nChan, NULL);
727 if (!cmsStageSampleCLut16bit(mpe, IdentitySampler, &nChan, 0)) {