Home
last modified time | relevance | path

Searched refs:imagePlanes (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_bad_pixels.h68 uint32 imagePlanes,
272 uint32 imagePlanes,
Ddng_lens_correction.cpp2174 uint32 imagePlanes, in Prepare() argument
2188 DNG_ASSERT (imagePlanes >= 1 && imagePlanes <= kMaxColorPlanes, in Prepare()
2191 if (imagePlanes < 1 || imagePlanes > kMaxColorPlanes) in Prepare()
2196 fImagePlanes = imagePlanes; in Prepare()
2298 imagePlanes, pad16Bytes); in Prepare()
Ddng_bad_pixels.cpp126 uint32 imagePlanes, in Prepare() argument
133 if (imagePlanes != 1) in Prepare()
781 uint32 imagePlanes, in Prepare() argument
788 if (imagePlanes != 1) in Prepare()
Ddng_lens_correction.h619 uint32 imagePlanes,