Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c139 strcpy(ImageInfo.GpsLong, "? ?"); in ProcessGpsInfo()
200 ImageInfo.GpsLong[0] = ValuePtr[0]; in ProcessGpsInfo()
232 strncpy(ImageInfo.GpsLong+2, TempString, 29); in ProcessGpsInfo()
Djhead.h124 char GpsLong[31]; member
Dexif.c1893 printf("GPS Longitude: %s\n",ImageInfo.GpsLong); in ShowImageInfo()