Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c16 static double FocalplaneXRes; variable
778 FocalplaneXRes = ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
974 FocalplaneXRes = 0; in process_EXIF()
1044 if (FocalplaneXRes != 0){ in process_EXIF()
1049 ImageInfo.CCDWidth = (float)(ExifImageWidth * FocalplaneUnits / FocalplaneXRes); in process_EXIF()