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_UNDEFINED, -1},
277 memcpy(ImageInfo.GpsProcessingMethod,
279 ImageInfo.GpsProcessingMethod[length] = 0;
281 ALOGW("Unsupported encoding for GPSProcessingMethod");
jhead.h 133 char GpsProcessingMethod[GPS_PROCESSING_METHOD_LEN + 1];
main.c 689 if (ImageInfo.GpsProcessingMethod[0]) {
690 bufLen = addKeyValueString(&buf, bufLen, "GPSProcessingMethod", ImageInfo.GpsProcessingMethod);

Completed in 41 milliseconds