Searched refs:FocalLength (Results 1 – 3 of 3) sorted by relevance
720 ImageInfo.FocalLength.num = Get32u(ValuePtr); in ProcessExifDir()721 ImageInfo.FocalLength.denom = Get32u(4+(char *)ValuePtr); in ProcessExifDir()1051 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0 in process_EXIF()1056 (double)ImageInfo.FocalLength.num / ImageInfo.FocalLength.denom in process_EXIF()1602 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0) { in ShowImageInfo()1603 … printf("Focal length : %4.1fmm",(double)ImageInfo.FocalLength.num / ImageInfo.FocalLength.denom); in ShowImageInfo()
585 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0) { in getAttributes()586 bufLen = addKeyValueRational(&buf, bufLen, "FocalLength", ImageInfo.FocalLength); in getAttributes()
85 rat_t FocalLength; member