Searched refs:FocalLength (Results 1 – 3 of 3) sorted by relevance
811 ImageInfo.FocalLength.num = Get32u(ValuePtr); in ProcessExifDir()812 ImageInfo.FocalLength.denom = Get32u(4+(char *)ValuePtr); in ProcessExifDir()1142 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0 in process_EXIF()1147 (double)ImageInfo.FocalLength.num / ImageInfo.FocalLength.denom in process_EXIF()1720 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0) { in ShowImageInfo()1721 … printf("Focal length : %4.1fmm",(double)ImageInfo.FocalLength.num / ImageInfo.FocalLength.denom); in ShowImageInfo()
590 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0) { in getAttributes()591 bufLen = addKeyValueRational(&buf, bufLen, "FocalLength", ImageInfo.FocalLength); in getAttributes()
90 rat_t FocalLength; member