Home
last modified time | relevance | path

Searched refs:fColorChannels (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_negative.h670 uint32 fColorChannels; variable
1512 fColorChannels = channels; in SetColorChannels()
1519 return fColorChannels; in ColorChannels()
Ddng_image_writer.cpp2079 uint32 fColorChannels; member in color_tag_set
2114 : fColorChannels (negative.ColorChannels ()) in color_tag_set()
2130 fColorChannels) in color_tag_set()
2134 fColorChannels) in color_tag_set()
2145 if (fColorChannels > 1) in color_tag_set()
2148 uint32 channels2 = fColorChannels * fColorChannels; in color_tag_set()
2184 for (uint32 j = 0; j < fColorChannels; j++) in color_tag_set()
2196 for (uint32 k = 0; k < fColorChannels; k++) in color_tag_set()
Ddng_negative.cpp765 , fColorChannels (0) in dng_negative()