Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c138 strcpy(ImageInfo.GpsLat, "? ?"); in ProcessGpsInfo()
194 ImageInfo.GpsLat[0] = ValuePtr[0]; in ProcessGpsInfo()
230 strncpy(ImageInfo.GpsLat+2, TempString, 29); in ProcessGpsInfo()
Djhead.h116 char GpsLat[31]; member
Dexif.c1774 printf("GPS Latitude : %s\n",ImageInfo.GpsLat); in ShowImageInfo()