summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2010-02-23 10:45:42 +0800
committerRay Chen <raychen@google.com>2010-03-05 03:03:48 +0800
commit055c986ab841f8f758398841730f1e90313b132a (patch)
tree6f1aeb48706161c57a657b12a9fab102345e9bbf /include
parent3f5144b8a4b45a05cf7c1b0bd0422d0bd9ecb59b (diff)
downloadframeworks_base-055c986ab841f8f758398841730f1e90313b132a.zip
frameworks_base-055c986ab841f8f758398841730f1e90313b132a.tar.gz
frameworks_base-055c986ab841f8f758398841730f1e90313b132a.tar.bz2
Add location provider name to gps-processing-method in EXIF header.
Diffstat (limited to 'include')
-rw-r--r--include/camera/CameraParameters.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h
index 752afc2..6c6d0bc 100644
--- a/include/camera/CameraParameters.h
+++ b/include/camera/CameraParameters.h
@@ -139,6 +139,9 @@ public:
// stored in JPEG EXIF header.
// Example value: "1251192757". Write only.
static const char KEY_GPS_TIMESTAMP[];
+ // GPS Processing Method
+ // Example value: "GPS" or "NETWORK". Write only.
+ static const char KEY_GPS_PROCESSING_METHOD[];
// Current white balance setting.
// Example value: "auto" or WHITE_BALANCE_XXX constants. Read/write.
static const char KEY_WHITE_BALANCE[];