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
869 FocalplaneXRes = ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1065 FocalplaneXRes = 0; in process_EXIF()
1135 if (FocalplaneXRes != 0){ in process_EXIF()
1140 ImageInfo.CCDWidth = (float)(ExifImageWidth * FocalplaneUnits / FocalplaneXRes); in process_EXIF()