Searched refs:photometricInterpretation (Results 1 – 5 of 5) sorted by relevance
/external/dng_sdk/source/ |
D | dng_parse_utils.h | 176 uint32 photometricInterpretation); 180 uint32 photometricInterpretation);
|
D | dng_image_writer.h | 1101 uint32 photometricInterpretation, 1113 uint32 photometricInterpretation = piBlackIsZero, 1140 uint32 photometricInterpretation, 1153 uint32 photometricInterpretation = piBlackIsZero,
|
D | dng_read_image.h | 128 uint32 photometricInterpretation,
|
D | dng_parse_utils.cpp | 2583 uint32 photometricInterpretation) in CheckRawIFD() argument 2586 if (photometricInterpretation != piCFA && in CheckRawIFD() 2587 photometricInterpretation != piLinearRaw) in CheckRawIFD() 2624 uint32 photometricInterpretation) in CheckCFA() argument 2627 if (photometricInterpretation != piCFA) in CheckCFA()
|
D | dng_image_writer.cpp | 5259 uint32 photometricInterpretation, in WriteTIFF() argument 5272 photometricInterpretation, in WriteTIFF() 5288 uint32 photometricInterpretation, in WriteTIFF() argument 5315 photometricInterpretation, in WriteTIFF() 5332 uint32 photometricInterpretation, in WriteTIFFWithProfile() argument 5346 photometricInterpretation, in WriteTIFFWithProfile() 5363 uint32 photometricInterpretation, in WriteTIFFWithProfile() argument 5406 ifd.fPhotometricInterpretation = photometricInterpretation; in WriteTIFFWithProfile() 5428 switch (photometricInterpretation) in WriteTIFFWithProfile()
|