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

  /external/dng_sdk/source/
dng_ifd.cpp 285 fNewSubFileType = stream.TagValue_uint32 (tagType);
312 fImageWidth = stream.TagValue_uint32 (tagType);
334 fImageLength = stream.TagValue_uint32 (tagType);
370 uint32 x = stream.TagValue_uint32 (tagType);
434 fCompression = stream.TagValue_uint32 (tagType);
484 fPhotometricInterpretation = stream.TagValue_uint32 (tagType);
509 fFillOrder = stream.TagValue_uint32 (tagType);
541 fTileOffset [j] = stream.TagValue_uint32 (tagType);
580 fOrientation = stream.TagValue_uint32 (tagType);
605 fSamplesPerPixel = stream.TagValue_uint32 (tagType)
    [all...]
dng_exif.cpp 1323 fFocalPlaneResolutionUnit = stream.TagValue_uint32 (tagType);
1348 fSensingMethod = stream.TagValue_uint32 (tagType);
1529 fExposureProgram = stream.TagValue_uint32 (tagType);
1557 fISOSpeedRatings [j] = stream.TagValue_uint32 (tagType);
1617 fStandardOutputSensitivity = stream.TagValue_uint32 (tagType);
1642 fRecommendedExposureIndex = stream.TagValue_uint32 (tagType);
1667 fISOSpeed = stream.TagValue_uint32 (tagType);
1692 fISOSpeedLatitudeyyy = stream.TagValue_uint32 (tagType);
1717 fISOSpeedLatitudezzz = stream.TagValue_uint32 (tagType);
1801 fSelfTimerMode = stream.TagValue_uint32 (tagType)
    [all...]
dng_shared.cpp 118 fCalibrationIlluminant1 = stream.TagValue_uint32 (tagType);
143 fCalibrationIlluminant2 = stream.TagValue_uint32 (tagType);
505 fEmbedPolicy = stream.TagValue_uint32 (tagType);
555 fProfileHues = stream.TagValue_uint32 (tagType);
556 fProfileSats = stream.TagValue_uint32 (tagType);
559 fProfileVals = stream.TagValue_uint32 (tagType);
682 fHueSatMapEncoding = stream.TagValue_uint32 (tagType);
724 fLookTableHues = stream.TagValue_uint32 (tagType);
725 fLookTableSats = stream.TagValue_uint32 (tagType);
728 fLookTableVals = stream.TagValue_uint32 (tagType)
    [all...]
dng_stream.cpp 796 uint32 dng_stream::TagValue_uint32 (uint32 tagType)
924 result.n = TagValue_uint32 (tagType);
1055 return (real64) TagValue_uint32 (tagType);
dng_stream.h 509 uint32 TagValue_uint32 (uint32 tagType);
dng_read_image.cpp     [all...]
dng_parse_utils.cpp     [all...]

Completed in 696 milliseconds