Home
last modified time | relevance | path

Searched refs:TagValue_uint32 (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.cpp285 fNewSubFileType = stream.TagValue_uint32 (tagType); in ParseTag()
312 fImageWidth = stream.TagValue_uint32 (tagType); in ParseTag()
334 fImageLength = stream.TagValue_uint32 (tagType); in ParseTag()
370 uint32 x = stream.TagValue_uint32 (tagType); in ParseTag()
434 fCompression = stream.TagValue_uint32 (tagType); in ParseTag()
484 fPhotometricInterpretation = stream.TagValue_uint32 (tagType); in ParseTag()
509 fFillOrder = stream.TagValue_uint32 (tagType); in ParseTag()
541 fTileOffset [j] = stream.TagValue_uint32 (tagType); in ParseTag()
580 fOrientation = stream.TagValue_uint32 (tagType); in ParseTag()
605 fSamplesPerPixel = stream.TagValue_uint32 (tagType); in ParseTag()
[all …]
Ddng_exif.cpp1323 fFocalPlaneResolutionUnit = stream.TagValue_uint32 (tagType); in Parse_ifd0_main()
1348 fSensingMethod = stream.TagValue_uint32 (tagType); in Parse_ifd0_main()
1529 fExposureProgram = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1557 fISOSpeedRatings [j] = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1617 fStandardOutputSensitivity = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1642 fRecommendedExposureIndex = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1667 fISOSpeed = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1692 fISOSpeedLatitudeyyy = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1717 fISOSpeedLatitudezzz = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1801 fSelfTimerMode = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
[all …]
Ddng_shared.cpp118 fCalibrationIlluminant1 = stream.TagValue_uint32 (tagType); in ParseTag()
143 fCalibrationIlluminant2 = stream.TagValue_uint32 (tagType); in ParseTag()
505 fEmbedPolicy = stream.TagValue_uint32 (tagType); in ParseTag()
555 fProfileHues = stream.TagValue_uint32 (tagType); in ParseTag()
556 fProfileSats = stream.TagValue_uint32 (tagType); in ParseTag()
559 fProfileVals = stream.TagValue_uint32 (tagType); in ParseTag()
682 fHueSatMapEncoding = stream.TagValue_uint32 (tagType); in ParseTag()
724 fLookTableHues = stream.TagValue_uint32 (tagType); in ParseTag()
725 fLookTableSats = stream.TagValue_uint32 (tagType); in ParseTag()
728 fLookTableVals = stream.TagValue_uint32 (tagType); in ParseTag()
[all …]
Ddng_stream.cpp796 uint32 dng_stream::TagValue_uint32 (uint32 tagType) in TagValue_uint32() function in dng_stream
924 result.n = TagValue_uint32 (tagType); in TagValue_urational()
1055 return (real64) TagValue_uint32 (tagType); in TagValue_real64()
Ddng_stream.h509 uint32 TagValue_uint32 (uint32 tagType);
Ddng_read_image.cpp2995 tileOffset [tileIndex] = stream.TagValue_uint32 (ifd.fTileOffsetsType); in Read()
3087 tileByteCount [tileIndex] = stream.TagValue_uint32 (ifd.fTileByteCountsType); in Read()
Ddng_parse_utils.cpp2067 uint32 x = stream.TagValue_uint32 (tagType); in DumpTagValues()