diff options
author | Tyler Luu <tluu@ti.com> | 2011-10-18 15:01:30 -0500 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2011-10-19 13:02:35 -0700 |
commit | 9743353b9dd1da8d1755218a7b961400ce825bd1 (patch) | |
tree | 291e39035d6d3ee282e0ab3f2c6c167fc2e96e5a /camera/inc | |
parent | 4ce532200f33ca2c77cd66de924c83decaf7fa30 (diff) | |
download | hardware_ti_omap4xxx-9743353b9dd1da8d1755218a7b961400ce825bd1.zip hardware_ti_omap4xxx-9743353b9dd1da8d1755218a7b961400ce825bd1.tar.gz hardware_ti_omap4xxx-9743353b9dd1da8d1755218a7b961400ce825bd1.tar.bz2 |
CameraHAL: Make CAF mode APIs consistent
Make FOCUS_MODE_CONTINUOUS_VIDEO and FOCUS_MODE_CONTINUOUS_PICTURE
consistent to the user. For us, this means we need to make some
decision on which capture mode to select based on which CAF mode
is selected by the application.
b/5441086
Change-Id: I39e51ea916e1baa263b6dcc88f76a4940809ecb9
Signed-off-by: Tyler Luu <tluu@ti.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'camera/inc')
-rw-r--r-- | camera/inc/TICameraParameters.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camera/inc/TICameraParameters.h b/camera/inc/TICameraParameters.h index e01b38d..3150398 100644 --- a/camera/inc/TICameraParameters.h +++ b/camera/inc/TICameraParameters.h @@ -66,6 +66,9 @@ static const char KEY_GLBCE[]; static const char KEY_MINFRAMERATE[];
static const char KEY_MAXFRAMERATE[];
+// TI recording hint to notify camera adapters of possible recording
+static const char KEY_RECORDING_HINT[];
+
static const char KEY_CURRENT_ISO[];
static const char KEY_SENSOR_ORIENTATION[];
|