diff options
author | James Painter <jpainter@google.com> | 2012-09-28 00:09:12 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-28 17:26:55 -0700 |
commit | 0517e304d0cce25653a033e3cb00172d54ba251d (patch) | |
tree | 4f4f1433c3a02eb25e84648c8a8d9f64eee10de0 /include | |
parent | bbe96f0f05a1f1a1b3cfec0d124cb0d63c1ebf2a (diff) | |
download | frameworks_av-0517e304d0cce25653a033e3cb00172d54ba251d.zip frameworks_av-0517e304d0cce25653a033e3cb00172d54ba251d.tar.gz frameworks_av-0517e304d0cce25653a033e3cb00172d54ba251d.tar.bz2 |
DO NOT MERGE: Remove experimental parameters for burst mode
Bug: 7248756
Change-Id: I3aaf2da4791b2a13e1e788b2914e4c51c529a75d
Diffstat (limited to 'include')
-rw-r--r-- | include/camera/CameraParameters.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index d521543..5540d32 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -525,10 +525,6 @@ public: // stream and record stabilized videos. static const char KEY_VIDEO_STABILIZATION_SUPPORTED[]; - // Supported modes for special effects with light. - // Example values: "lowlight,hdr". - static const char KEY_LIGHTFX[]; - // Value for KEY_ZOOM_SUPPORTED or KEY_SMOOTH_ZOOM_SUPPORTED. static const char TRUE[]; static const char FALSE[]; @@ -668,12 +664,6 @@ public: // other modes. static const char FOCUS_MODE_CONTINUOUS_PICTURE[]; - // Values for light special effects - // Low-light enhancement mode - static const char LIGHTFX_LOWLIGHT[]; - // High-dynamic range mode - static const char LIGHTFX_HDR[]; - private: DefaultKeyedVector<String8,String8> mMap; }; |