Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c140 ImageInfo.GpsAlt[0] = 0; in ProcessGpsInfo()
247 ImageInfo.GpsAlt[0] = (char)(ValuePtr[0] ? '-' : ' '); in ProcessGpsInfo()
252 sprintf(ImageInfo.GpsAlt + 1, "%.2fm", in ProcessGpsInfo()
Djhead.h141 char GpsAlt[20]; member
Dexif.c1914 if (ImageInfo.GpsAlt[0]) printf("GPS Altitude : %s\n",ImageInfo.GpsAlt); in ShowImageInfo()
Dmain.c723 if (ImageInfo.GpsAlt[0]) { in getAttributes()