summaryrefslogtreecommitdiffstats
path: root/libcamera/SecCamera.h
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2010-09-23 12:38:49 -0700
committerSimon Wilson <simonwilson@google.com>2010-09-23 21:26:13 -0700
commitac356e2352e78041d88749d361db698d77fdf733 (patch)
treea023d85c0e197033583a1f6a40923d4fc8a9b761 /libcamera/SecCamera.h
parenta96f1f2ad47282ef2b7ec6ef00ffc4d188403588 (diff)
downloaddevice_samsung_crespo-ac356e2352e78041d88749d361db698d77fdf733.zip
device_samsung_crespo-ac356e2352e78041d88749d361db698d77fdf733.tar.gz
device_samsung_crespo-ac356e2352e78041d88749d361db698d77fdf733.tar.bz2
libcamera: choose correct preview size for front camera
Also clean up supported picture sizes, frame rates and remove use of hardcoded LCD dimensions. Change-Id: I30a1035864f3a878ae58f2d6d649a91b5dc44a75
Diffstat (limited to 'libcamera/SecCamera.h')
-rw-r--r--libcamera/SecCamera.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcamera/SecCamera.h b/libcamera/SecCamera.h
index a4950ae..87985d7 100644
--- a/libcamera/SecCamera.h
+++ b/libcamera/SecCamera.h
@@ -88,9 +88,6 @@ namespace android {
#define LOG_TIME(n)
#endif
-#define LCD_WIDTH 480
-#define LCD_HEIGHT 800
-
#define JOIN(x, y) JOIN_AGAIN(x, y)
#define JOIN_AGAIN(x, y) x ## y