diff options
author | Zhijun He <zhijunhe@google.com> | 2015-03-20 11:39:55 -0700 |
---|---|---|
committer | Zhijun He <zhijunhe@google.com> | 2015-03-30 16:17:35 -0700 |
commit | 2f17431194efc5a13981550b004dd8d5d2a42e5e (patch) | |
tree | 688fa9c58004aa592bb37349b3678bcb545180f6 /include/android_runtime | |
parent | 8a78286915a8f71eb09b5ae29a3bd8fb977180e6 (diff) | |
download | frameworks_base-2f17431194efc5a13981550b004dd8d5d2a42e5e.zip frameworks_base-2f17431194efc5a13981550b004dd8d5d2a42e5e.tar.gz frameworks_base-2f17431194efc5a13981550b004dd8d5d2a42e5e.tar.bz2 |
ImageFormat: add PRIVATE format
Bug: 19865019
Change-Id: I1a9335fe1733a5b28d9cb20485b509fb216cb52b
Diffstat (limited to 'include/android_runtime')
-rw-r--r-- | include/android_runtime/android_view_Surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android_runtime/android_view_Surface.h b/include/android_runtime/android_view_Surface.h index a6836a8..ed83314 100644 --- a/include/android_runtime/android_view_Surface.h +++ b/include/android_runtime/android_view_Surface.h @@ -43,6 +43,7 @@ enum class PublicFormat { NV21 = 0x11, YUY2 = 0x14, RAW_SENSOR = 0x20, + PRIVATE = 0x22, YUV_420_888 = 0x23, RAW10 = 0x25, JPEG = 0x100, |