summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-10-12 21:40:05 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-10-12 21:40:05 +0200
commitab983da17a8fd5f1fc041b4a7d3f99fecee4c94c (patch)
treebe59cbbc5139bf481e2d938ddf036fcd3a34335e /include
parentc95a62054afad39d8e4b0b169fd64c502b734413 (diff)
downloadandroid_hardware_samsung_slsi_exynos5430-ab983da17a8fd5f1fc041b4a7d3f99fecee4c94c.tar.gz
android_hardware_samsung_slsi_exynos5430-ab983da17a8fd5f1fc041b4a7d3f99fecee4c94c.tar.xz
android_hardware_samsung_slsi_exynos5430-ab983da17a8fd5f1fc041b4a7d3f99fecee4c94c.zip
gralloc: Support LL camera blobs
The LL gralloc needs an increased sNumInts value or it will fail with an 'invalid gralloc handle'.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/gralloc_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gralloc_priv.h b/include/gralloc_priv.h
index 01a6e4a..6d13b88 100755
--- a/include/gralloc_priv.h
+++ b/include/gralloc_priv.h
@@ -101,7 +101,7 @@ struct private_handle_t {
#ifdef __cplusplus
static const int sNumFds = 3;
- static const int sNumInts = 15;
+ static const int sNumInts = 20;
static const int sMagic = 0x3141592;
private_handle_t(int fd, int size, int flags) :