Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c268 strncpy(ImageInfo.GpsDateStamp, (char*)ValuePtr, sizeof(ImageInfo.GpsDateStamp)); in ProcessGpsInfo()
Djhead.h145 char GpsDateStamp[11]; member
Dmain.c727 if (ImageInfo.GpsDateStamp[0]) { in getAttributes()
728 bufLen = addKeyValueString(&buf, bufLen, "GPSDateStamp", ImageInfo.GpsDateStamp); in getAttributes()