Home
last modified time | relevance | path

Searched refs:piCFA (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_tag_values.h69 piCFA = 32803, // TIFF-EP spec enumerator
Ddng_ifd.cpp2868 case piCFA: in IsValidDNG()
2948 case piCFA: in IsValidDNG()
2974 if (fPhotometricInterpretation != piCFA && in IsValidDNG()
3014 case piCFA: in IsValidDNG()
3474 if (fPhotometricInterpretation == piCFA) in IsValidDNG()
3840 if (fPhotometricInterpretation == piCFA) in IsValidDNG()
Ddng_parse_utils.cpp764 { piCFA, "CFA" }, in LookupPhotometricInterpretation()
2586 if (photometricInterpretation != piCFA && in CheckRawIFD()
2627 if (photometricInterpretation != piCFA) in CheckCFA()
Ddng_mosaic_info.cpp1366 if (rawIFD.fPhotometricInterpretation != piCFA) in Parse()
Ddng_negative.cpp3236 if (rawIFD.fPhotometricInterpretation == piCFA) in Parse()
Ddng_image_writer.cpp5944 info.fPhotometricInterpretation = mosaicInfo.IsColorFilterArray () ? piCFA in WriteDNG()