HomeSort by relevance Sort by last modified time
    Searched refs:GpsProcessingMethod (Results 1 - 3 of 3) sorted by null

  /external/jhead/
gpsinfo.c 50 { 0x1B, "GPSProcessingMethod", FMT_STRING, -1},
279 memcpy(ImageInfo.GpsProcessingMethod,
281 ImageInfo.GpsProcessingMethod[length] = 0;
283 LOGW("Unsupported encoding for GPSProcessingMethod");
jhead.h 128 char GpsProcessingMethod[GPS_PROCESSING_METHOD_LEN + 1];
main.c 678 if (ImageInfo.GpsProcessingMethod[0]) {
679 bufLen = addKeyValueString(&buf, bufLen, "GPSProcessingMethod", ImageInfo.GpsProcessingMethod);

Completed in 2800 milliseconds