Lines Matching refs:fPhotometricInterpretation

69 	,	fPhotometricInterpretation (0xFFFFFFFF)  in dng_ifd()
484 fPhotometricInterpretation = stream.TagValue_uint32 (tagType); in ParseTag()
492 LookupPhotometricInterpretation (fPhotometricInterpretation)); in ParseTag()
1290 CheckCFA (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1322 CheckCFA (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1395 CheckCFA (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1445 CheckCFA (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1472 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1503 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1535 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1626 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1657 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1688 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
1854 CheckCFA (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
2281 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
2308 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
2335 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
2380 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
2426 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation); in ParseTag()
2823 if (fPhotometricInterpretation != piTransparencyMask) in IsValidDNG()
2842 switch (fPhotometricInterpretation) in IsValidDNG()
2910 switch (fPhotometricInterpretation) in IsValidDNG()
2974 if (fPhotometricInterpretation != piCFA && in IsValidDNG()
2975 fPhotometricInterpretation != piLinearRaw && in IsValidDNG()
2976 fPhotometricInterpretation != piTransparencyMask) in IsValidDNG()
3000 switch (fPhotometricInterpretation) in IsValidDNG()
3162 if (fPhotometricInterpretation == piRGB) in IsValidDNG()
3197 if (fPhotometricInterpretation != piLinearRaw) in IsValidDNG()
3234 fPhotometricInterpretation != piTransparencyMask) in IsValidDNG()
3474 if (fPhotometricInterpretation == piCFA) in IsValidDNG()
3840 if (fPhotometricInterpretation == piCFA) in IsValidDNG()
4213 switch (fPhotometricInterpretation) in IsBaselineJPEG()