HomeSort by relevance Sort by last modified time
    Searched refs:fPhotometricInterpretation (Results 1 - 9 of 9) sorted by null

  /external/dng_sdk/source/
dng_preview.cpp 215 fIFD.fPhotometricInterpretation = fIFD.fSamplesPerPixel == 1 ? piBlackIsZero
296 if (preview.fPhotometricInterpretation == piYCbCr)
337 , fPhotometricInterpretation (piYCbCr)
366 ifd.fPhotometricInterpretation = fPhotometricInterpretation;
372 ifd.fSamplesPerPixel = (fPhotometricInterpretation == piBlackIsZero ? 1 : 3);
413 DNG_ASSERT (fPhotometricInterpretation == piYCbCr,
550 fIFD.fPhotometricInterpretation = piLinearRaw;
640 fIFD.fPhotometricInterpretation = piTransparencyMask;
dng_ifd.cpp 69 , fPhotometricInterpretation (0xFFFFFFFF)
484 fPhotometricInterpretation = stream.TagValue_uint32 (tagType);
492 LookupPhotometricInterpretation (fPhotometricInterpretation));
1290 CheckCFA (parentCode, tagCode, fPhotometricInterpretation);
1322 CheckCFA (parentCode, tagCode, fPhotometricInterpretation);
1395 CheckCFA (parentCode, tagCode, fPhotometricInterpretation);
1445 CheckCFA (parentCode, tagCode, fPhotometricInterpretation);
1472 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation);
1503 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation);
1535 CheckRawIFD (parentCode, tagCode, fPhotometricInterpretation);
    [all...]
dng_preview.h 99 uint16 fPhotometricInterpretation;
dng_ifd.h 90 uint32 fPhotometricInterpretation;
dng_jpeg_image.cpp 191 ifd.fPhotometricInterpretation = piLinearRaw;
dng_image_writer.cpp 725 (uint16) info.fPhotometricInterpretation)
    [all...]
dng_read_image.cpp     [all...]
dng_mosaic_info.cpp 1366 if (rawIFD.fPhotometricInterpretation != piCFA)
    [all...]
dng_negative.cpp     [all...]

Completed in 63 milliseconds