summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-02 11:19:48 +0800
committerWu-cheng Li <wuchengli@google.com>2011-08-02 13:24:48 +0800
commita43546a874890064606489f2125181a5f65adacd (patch)
tree4643d23778ba06451aa88357d374ce6416b19367 /include
parented7f9aaf76d58ac1a4a34838ab5f4d6899714056 (diff)
downloadcore-a43546a874890064606489f2125181a5f65adacd.tar.gz
core-a43546a874890064606489f2125181a5f65adacd.tar.bz2
core-a43546a874890064606489f2125181a5f65adacd.zip
Change CAMERA_MSG_METADATA_FACE to CAMERA_MSG_PREVIEW_METADATA.
bug:4460717 Change-Id: Icb9c54fa35a1af7c4f761d1a25061e6993cfc4af
Diffstat (limited to 'include')
-rw-r--r--include/system/camera.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/system/camera.h b/include/system/camera.h
index 58b3ccbba..81ce4cba7 100644
--- a/include/system/camera.h
+++ b/include/system/camera.h
@@ -80,10 +80,11 @@ enum {
CAMERA_MSG_RAW_IMAGE = 0x0080, // dataCallback
CAMERA_MSG_COMPRESSED_IMAGE = 0x0100, // dataCallback
CAMERA_MSG_RAW_IMAGE_NOTIFY = 0x0200, // dataCallback
- // Face metadata. This can be combined with CAMERA_MSG_PREVIEW_FRAME in
- // dataCallback. For example, the apps can request PREVIEW_FRAME and FACE.
- // Or the apps can request only PREVIEW_FRAME or only FACE.
- CAMERA_MSG_METADATA_FACE = 0x0400, // dataCallback
+ // Preview frame metadata. This can be combined with
+ // CAMERA_MSG_PREVIEW_FRAME in dataCallback. For example, the apps can
+ // request FRAME and METADATA. Or the apps can request only FRAME or only
+ // METADATA.
+ CAMERA_MSG_PREVIEW_METADATA = 0x0400, // dataCallback
CAMERA_MSG_ALL_MSGS = 0xFFFF
};