summaryrefslogtreecommitdiffstats
path: root/camera/exynos_camera.h
diff options
context:
space:
mode:
authorDheeraj CVR <cvr.dheeraj@gmail.com>2013-12-29 13:41:48 +0530
committerDheeraj CVR <cvr.dheeraj@gmail.com>2013-12-29 13:41:58 +0530
commitfecfc168ab1330c4076e1a4576ec0905afdff6a7 (patch)
tree25ac8b7ce0c9e510f75341a112d3cacb4277cb73 /camera/exynos_camera.h
parentfa7f881998333debfa6dc5494d586f33ba92086f (diff)
downloaddevice_samsung_smdk4412-common-fecfc168ab1330c4076e1a4576ec0905afdff6a7.tar.gz
device_samsung_smdk4412-common-fecfc168ab1330c4076e1a4576ec0905afdff6a7.tar.bz2
device_samsung_smdk4412-common-fecfc168ab1330c4076e1a4576ec0905afdff6a7.zip
smdk4412-common: camera: don't defer picture if CAF is in progress
CAF is considerably slower than Auto or Touch Focus and since we are deferring the picture while CAF is in progress, there are delays while taking the picture and these delays are sometimes huge. Disregard the CAF state since we could Touch to Focus if required. Change-Id: If981f6402cc97e0781060dc48fa7d8e44288168f
Diffstat (limited to 'camera/exynos_camera.h')
-rw-r--r--camera/exynos_camera.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camera/exynos_camera.h b/camera/exynos_camera.h
index 6579305..5118539 100644
--- a/camera/exynos_camera.h
+++ b/camera/exynos_camera.h
@@ -320,7 +320,6 @@ struct exynos_camera {
int capture_memory_index;
void *capture_yuv_buffer;
void *capture_jpeg_buffer;
- int auto_focus_result;
int capture_hybrid;
int capture_width;
int capture_height;