diff options
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, |