Home
last modified time | relevance | path

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

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