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()
141 char GpsAlt[20]; member
1914 if (ImageInfo.GpsAlt[0]) printf("GPS Altitude : %s\n",ImageInfo.GpsAlt); in ShowImageInfo()
723 if (ImageInfo.GpsAlt[0]) { in getAttributes()