Searched refs:GpsAlt (Results 1 – 4 of 4) sorted by relevance
140 ImageInfo.GpsAlt[0] = 0; in ProcessGpsInfo()247 ImageInfo.GpsAlt[0] = (char)(ValuePtr[0] ? '-' : ' '); in ProcessGpsInfo()252 sprintf(ImageInfo.GpsAlt + 1, "%.2fm", in ProcessGpsInfo()
127 char GpsAlt[20]; member
1894 if (ImageInfo.GpsAlt[0]) printf("GPS Altitude : %s\n",ImageInfo.GpsAlt); in ShowImageInfo()
676 if (ImageInfo.GpsAlt[0]) { in getAttributes()