Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_assertions.h69 #ifndef DNG_REQUIRE
78 #define DNG_REQUIRE(condition,msg) \ macro
101 #define DNG_REQUIRE(condition,msg) \ macro
Ddng_lens_correction.cpp887 DNG_REQUIRE (maxDstGap > 0.0, "maxDstGap must be positive."); in MaxSrcRadiusGap()
1234 DNG_REQUIRE (dstTileSize.v > 0, "Invalid tile height."); in SrcTileSize()
1235 DNG_REQUIRE (dstTileSize.h > 0, "Invalid tile width."); in SrcTileSize()
2005 DNG_REQUIRE (fParams.fParams.size () == dng_vignette_radial_params::kNumTerms, in Evaluate()
2155 DNG_REQUIRE (fParams.fParams.size () == dng_vignette_radial_params::kNumTerms, in PutData()
Ddng_negative.cpp119 DNG_REQUIRE (plane < NumFunctions (), in NoiseFunction()
2752 DNG_REQUIRE (phase >= 0 && phase < patSize * patSize, in SetFujiMosaic6x6()
Ddng_image_writer.cpp2652 DNG_REQUIRE (profile.NumFunctions () <= kMaxColorPlanes, in tag_dng_noise_profile()