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

  /external/dng_sdk/source/
dng_color_spec.cpp 69 : fChannels (negative.ColorChannels ())
97 if (fChannels > 1)
100 if (!profile || !profile->IsValid (fChannels))
122 fCameraCalibration1.SetIdentity (fChannels);
123 fCameraCalibration2.SetIdentity (fChannels);
129 if (negative.CameraCalibration1 ().Rows () == fChannels &&
130 negative.CameraCalibration1 ().Cols () == fChannels)
137 if (negative.CameraCalibration2 ().Rows () == fChannels &&
138 negative.CameraCalibration2 ().Cols () == fChannels)
147 fAnalogBalance = dng_matrix (fChannels, fChannels)
    [all...]
dng_color_spec.h 49 uint32 fChannels;
92 return fChannels;
  /external/skia/src/core/
SkColorSpace_Base.h 90 SkASSERT(i >= 0 && i < fChannels);
110 SkASSERT(i >= 0 && i < fChannels);
114 uint8_t channels() const { return fChannels; }
117 : fChannels(channels) {
125 uint8_t fChannels;

Completed in 3069 milliseconds