diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-01-01 21:50:15 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-01-01 21:50:20 +0700 |
commit | 8e400b59609659355895ec95bf9256f619991d18 (patch) | |
tree | d3afdae8ea28bf4caa01f49b9c92889c1e6dc7d5 /libcamera | |
parent | e9e4cbd92ac4352a1e1d680431f0518782a5fd52 (diff) | |
download | device_samsung_aries-common-8e400b59609659355895ec95bf9256f619991d18.zip device_samsung_aries-common-8e400b59609659355895ec95bf9256f619991d18.tar.gz device_samsung_aries-common-8e400b59609659355895ec95bf9256f619991d18.tar.bz2 |
Improve 720p video recording
Diffstat (limited to 'libcamera')
-rw-r--r-- | libcamera/SecCamera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcamera/SecCamera.h b/libcamera/SecCamera.h index 6df8bcd..648a0f6 100644 --- a/libcamera/SecCamera.h +++ b/libcamera/SecCamera.h @@ -147,7 +147,7 @@ namespace android { #define BPP 2 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) -#define MAX_BUFFERS 4 +#define MAX_BUFFERS 8 #define FIRST_AF_SEARCH_COUNT 600 #define AF_PROGRESS 0x05 |