Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h117 char GpsLatRaw[31]; member
Dmain.c649 if (ImageInfo.GpsLatRaw[0]) { in getAttributes()
650 bufLen = addKeyValueString(&buf, bufLen, "GPSLatitude", ImageInfo.GpsLatRaw); in getAttributes()
Dgpsinfo.c242 strncpy(ImageInfo.GpsLatRaw, TempString, 31); in ProcessGpsInfo()