HomeSort by relevance Sort by last modified time
    Searched refs:OutputChannels (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/effects/
GrYUVEffect.cpp 206 enum OutputChannels {
221 OutputChannels output) {
229 OutputChannels outputChannels() const { return fOutputChannels; }
237 OutputChannels oc = args.fFp.cast<RGBToYUVEffect>().outputChannels();
284 OutputChannels oc = effect.outputChannels();
328 OutputChannels output)
352 return fColorSpace == s.getColorSpace() && fOutputChannels == s.outputChannels();
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c 34 cmsUInt32Number OutputChannels,
51 ph ->OutputChannels = OutputChannels;
321 for (i=0; i < mpe ->OutputChannels; i++) {
350 sz = mpe ->InputChannels * mpe ->OutputChannels;
356 Data ->Offset, mpe -> OutputChannels * sizeof(cmsFloat64Number)) ;
457 _cmsAssert(mpe ->OutputChannels <= MAX_STAGE_CHANNELS);
461 From16ToFloat(Out16, Out, mpe ->OutputChannels);
    [all...]
cmstypes.c     [all...]
cmsopt.c 330 _cmsAssert(Lut -> OutputChannels < cmsMAXCHANNELS);
340 for (i=0; i < Lut ->OutputChannels; i++)
482 if (Lut ->OutputChannels != nOuts) return FALSE;
586 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);
614 CLUT = cmsStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChannels, NULL);
689 Dest ->OutputChannels,
    [all...]
lcms2_internal.h 799 cmsUInt32Number OutputChannels; // Output channels -- for optimization purposes
840 cmsUInt32Number InputChannels, OutputChannels;
    [all...]
cmsxform.c 339 for (i=0; i < p ->Lut->OutputChannels; i++) {
    [all...]