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 147 char GpsProcessingMethod[GPS_PROCESSING_METHOD_LEN + 1];
main.c 735 if (ImageInfo.GpsProcessingMethod[0]) {
736 bufLen = addKeyValueString(&buf, bufLen, "GPSProcessingMethod", ImageInfo.GpsProcessingMethod);

Completed in 45 milliseconds