Home
last modified time | relevance | path

Searched refs:fPhotometricInterpretation (Results 1 – 9 of 9) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.cpp69 , 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()
[all …]
Ddng_preview.cpp215 fIFD.fPhotometricInterpretation = fIFD.fSamplesPerPixel == 1 ? piBlackIsZero in AddTagSet()
296 if (preview.fPhotometricInterpretation == piYCbCr) in dng_jpeg_preview_tag_set()
337 , fPhotometricInterpretation (piYCbCr) in dng_jpeg_preview()
366 ifd.fPhotometricInterpretation = fPhotometricInterpretation; in AddTagSet()
372 ifd.fSamplesPerPixel = (fPhotometricInterpretation == piBlackIsZero ? 1 : 3); in AddTagSet()
413 DNG_ASSERT (fPhotometricInterpretation == piYCbCr, in SpoolAdobeThumbnail()
550 fIFD.fPhotometricInterpretation = piLinearRaw; in AddTagSet()
640 fIFD.fPhotometricInterpretation = piTransparencyMask; in AddTagSet()
Ddng_preview.h99 uint16 fPhotometricInterpretation; variable
Ddng_ifd.h90 uint32 fPhotometricInterpretation; variable
Ddng_jpeg_image.cpp191 ifd.fPhotometricInterpretation = piLinearRaw; in Encode()
Ddng_image_writer.cpp725 (uint16) info.fPhotometricInterpretation) in dng_basic_tag_set()
4088 preview.fPhotometricInterpretation = piBlackIsZero; in EncodeJPEGPreview()
4095 preview.fPhotometricInterpretation = piYCbCr; in EncodeJPEGPreview()
5406 ifd.fPhotometricInterpretation = photometricInterpretation; in WriteTIFFWithProfile()
5944 info.fPhotometricInterpretation = mosaicInfo.IsColorFilterArray () ? piCFA in WriteDNG()
6667 maskInfo->fPhotometricInterpretation = piTransparencyMask; in WriteDNG()
Ddng_read_image.cpp1776 ifd.fPhotometricInterpretation, in ReadBaselineJPEG()
1795 ifd.fPhotometricInterpretation, in ReadBaselineJPEG()
Ddng_mosaic_info.cpp1366 if (rawIFD.fPhotometricInterpretation != piCFA) in Parse()
Ddng_negative.cpp3236 if (rawIFD.fPhotometricInterpretation == piCFA) in Parse()