Home
last modified time | relevance | path

Searched refs:FocalLengthMin (Results 1 – 6 of 6) sorted by relevance

/dports/devel/easyexif/easyexif-1.0/
H A Dexif.h136 double FocalLengthMin; // Min focal length (mm) member
H A Ddemo.cpp72 printf("Lens min focal length: %f mm\n", result.LensInfo.FocalLengthMin); in main()
H A Dexif.cpp708 this->LensInfo.FocalLengthMin = result.val_rational()[0]; in parseFromEXIFSegment()
885 LensInfo.FocalLengthMin = 0; in clear()
/dports/misc/openmvg/openMVG-2.0/src/third_party/easyexif/
H A Dexif.h157 double FocalLengthMin; // Min focal length (mm) member
H A Dexif.cpp729 this->LensInfo.FocalLengthMin = result.val_rational()[0]; in parseFromEXIFSegment()
912 LensInfo.FocalLengthMin = 0; in clear()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/exif/
H A Dexif_IO_EasyExif.cpp190 << (*pimpl_).get().LensInfo.FocalLengthMin << ", " in allExifData()