Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_exif.cpp59 , fFocalLength () in dng_exif()
2352 fFocalLength = stream.TagValue_urational (tagType); in Parse_ifd0_exif()
2356 if (fFocalLength.As_real64 () <= 0.0) in Parse_ifd0_exif()
2358 fFocalLength.Clear (); in Parse_ifd0_exif()
2367 fFocalLength.As_real64 ()); in Parse_ifd0_exif()
4271 if (fFocalLength.d) in PostParse()
4274 real64 fl = fFocalLength.As_real64 (); in PostParse()
Ddng_exif.h76 dng_urational fFocalLength; variable
Ddng_image_writer.h797 tag_urational fFocalLength; variable
Ddng_image_writer.cpp908 , fFocalLength (tcFocalLength, exif.fFocalLength) in exif_tag_set()
1128 if (exif.fFocalLength.IsValid ()) in exif_tag_set()
1130 fExifIFD.Add (&fFocalLength); in exif_tag_set()
Ddng_xmp.cpp2836 exif.fFocalLength, in SyncExif()