summaryrefslogtreecommitdiffstats
path: root/libcamera/SecCamera.h
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-18 10:40:47 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-18 10:40:47 +0700
commitfca72a33c2578915a5ccb3957e918a398d9b0cbf (patch)
tree79d964702fb54d2b73324bb70b27cc6dc986de70 /libcamera/SecCamera.h
parent299715ec9ea61e01cec10fb965b4e25b5e7571dc (diff)
downloaddevice_samsung_aries-common-fca72a33c2578915a5ccb3957e918a398d9b0cbf.zip
device_samsung_aries-common-fca72a33c2578915a5ccb3957e918a398d9b0cbf.tar.gz
device_samsung_aries-common-fca72a33c2578915a5ccb3957e918a398d9b0cbf.tar.bz2
Revert "Camera: move AF polling code from driver into HAL"
This reverts commit 3b869ce2ba1cc91c0acdcc8355a8499fc443e8a3.
Diffstat (limited to 'libcamera/SecCamera.h')
-rw-r--r--[-rwxr-xr-x]libcamera/SecCamera.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcamera/SecCamera.h b/libcamera/SecCamera.h
index cc36a74..9c3bf2d 100755..100644
--- a/libcamera/SecCamera.h
+++ b/libcamera/SecCamera.h
@@ -147,13 +147,6 @@ namespace android {
#define BPP 2
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
#define MAX_BUFFERS 9 // 11
-
-#define FIRST_AF_SEARCH_COUNT 80
-#define SECOND_AF_SEARCH_COUNT 80
-#define AF_PROGRESS 0x01
-#define AF_SUCCESS 0x02
-#define AF_DELAY 50000
-
/*
* V 4 L 2 F I M C E X T E N S I O N S
*