Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_exif.h129 dng_urational fFocalPlaneXResolution; variable
Ddng_exif.cpp107 , fFocalPlaneXResolution () in dng_exif()
1273 fFocalPlaneXResolution = stream.TagValue_urational (tagType); in Parse_ifd0_main()
1281 fFocalPlaneXResolution.As_real64 ()); in Parse_ifd0_main()
2668 fFocalPlaneXResolution = stream.TagValue_urational (tagType); in Parse_ifd0_exif()
2676 fFocalPlaneXResolution.As_real64 ()); in Parse_ifd0_exif()
Ddng_image_writer.h849 tag_urational fFocalPlaneXResolution; variable
Ddng_image_writer.cpp975 , fFocalPlaneXResolution (tcFocalPlaneXResolutionExif, exif.fFocalPlaneXResolution) in exif_tag_set()
1264 if (exif.fFocalPlaneXResolution.IsValid ()) in exif_tag_set()
1266 fExifIFD.Add (&fFocalPlaneXResolution); in exif_tag_set()
Ddng_xmp.cpp2969 exif.fFocalPlaneXResolution, in SyncExif()