Searched refs:GpsDateStamp (Results 1 – 3 of 3) sorted by relevance
268 strncpy(ImageInfo.GpsDateStamp, (char*)ValuePtr, sizeof(ImageInfo.GpsDateStamp)); in ProcessGpsInfo()
145 char GpsDateStamp[11]; member
727 if (ImageInfo.GpsDateStamp[0]) { in getAttributes()728 bufLen = addKeyValueString(&buf, bufLen, "GPSDateStamp", ImageInfo.GpsDateStamp); in getAttributes()