Home
last modified time | relevance | path

Searched refs:fFocalPlaneYResolution (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_exif.h130 dng_urational fFocalPlaneYResolution; variable
Ddng_exif.cpp108 , fFocalPlaneYResolution () in dng_exif()
1298 fFocalPlaneYResolution = stream.TagValue_urational (tagType); in Parse_ifd0_main()
1306 fFocalPlaneYResolution.As_real64 ()); in Parse_ifd0_main()
2693 fFocalPlaneYResolution = stream.TagValue_urational (tagType); in Parse_ifd0_exif()
2701 fFocalPlaneYResolution.As_real64 ()); in Parse_ifd0_exif()
Ddng_image_writer.h850 tag_urational fFocalPlaneYResolution; variable
Ddng_image_writer.cpp976 , fFocalPlaneYResolution (tcFocalPlaneYResolutionExif, exif.fFocalPlaneYResolution) in exif_tag_set()
1269 if (exif.fFocalPlaneYResolution.IsValid ()) in exif_tag_set()
1271 fExifIFD.Add (&fFocalPlaneYResolution); in exif_tag_set()
Ddng_xmp.cpp2974 exif.fFocalPlaneYResolution, in SyncExif()