Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c279 memcpy(ImageInfo.GpsProcessingMethod, in ProcessGpsInfo()
281 ImageInfo.GpsProcessingMethod[length] = 0; in ProcessGpsInfo()
Djhead.h128 char GpsProcessingMethod[GPS_PROCESSING_METHOD_LEN + 1]; member
Dmain.c678 if (ImageInfo.GpsProcessingMethod[0]) { in getAttributes()
679 … bufLen = addKeyValueString(&buf, bufLen, "GPSProcessingMethod", ImageInfo.GpsProcessingMethod); in getAttributes()