Home | History | Annotate | Download | only in effects

Lines Matching refs:outputChannels

196     enum OutputChannels {
210 OutputChannels output)
221 OutputChannels outputChannels() const { return fOutputChannels; }
229 OutputChannels oc = args.fFp.cast<RGBToYUVEffect>().outputChannels();
276 OutputChannels oc = effect.outputChannels();
334 return fColorSpace == s.getColorSpace() && fOutputChannels == s.outputChannels();
344 OutputChannels fOutputChannels;