Searched refs:DNG_REQUIRE (Results 1 – 4 of 4) sorted by relevance
/external/dng_sdk/source/ |
D | dng_assertions.h | 69 #ifndef DNG_REQUIRE 78 #define DNG_REQUIRE(condition,msg) \ macro 101 #define DNG_REQUIRE(condition,msg) \ macro
|
D | dng_lens_correction.cpp | 887 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()
|
D | dng_negative.cpp | 119 DNG_REQUIRE (plane < NumFunctions (), in NoiseFunction() 2752 DNG_REQUIRE (phase >= 0 && phase < patSize * patSize, in SetFujiMosaic6x6()
|
D | dng_image_writer.cpp | 2652 DNG_REQUIRE (profile.NumFunctions () <= kMaxColorPlanes, in tag_dng_noise_profile()
|