Home
last modified time | relevance | path

Searched refs:ColorChannels (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_color_spec.cpp69 : fChannels (negative.ColorChannels ()) in dng_color_spec()
Ddng_negative.h1517 uint32 ColorChannels () const in ColorChannels() function
1533 return ColorChannels () == 1; in IsMonochrome()
Ddng_negative.cpp100 if (!(NumFunctions () == 1 || NumFunctions () == negative.ColorChannels ())) in IsValidForNegative()
894 DNG_ASSERT (channel < ColorChannels (), "Channel out of bounds"); in AnalogBalance()
3431 if (shared.fAsShotNeutral.Count () == ColorChannels ()) in PostParse()
3460 if (ColorChannels () != 3) in SetFourColorBayer()
Ddng_lens_correction.cpp186 (fPlanes != negative.ColorChannels ())) in IsValidForNegative()
1034 const uint32 negPlanes = negative.ColorChannels (); in dng_filter_warp()
Ddng_image_writer.cpp2114 : fColorChannels (negative.ColorChannels ()) in color_tag_set()