Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h120 char GpsLongRaw[31]; member
Dmain.c663 if (ImageInfo.GpsLongRaw[0]) { in getAttributes()
664 bufLen = addKeyValueString(&buf, bufLen, "GPSLongitude", ImageInfo.GpsLongRaw); in getAttributes()
Dgpsinfo.c242 strncpy(ImageInfo.GpsLongRaw, TempString, 31); in ProcessGpsInfo()