diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2012-04-24 16:45:38 -0700 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2012-04-24 16:45:38 -0700 |
| commit | 980a59b45dd210d2c2d0d9e61d48899af2d1099f (patch) | |
| tree | 3d6c483e2300d2b8348e284250f166178589e317 /include | |
| parent | 4b91e3328c79383bcebed982ce536046ea316456 (diff) | |
| download | system_core-980a59b45dd210d2c2d0d9e61d48899af2d1099f.tar.gz system_core-980a59b45dd210d2c2d0d9e61d48899af2d1099f.tar.bz2 system_core-980a59b45dd210d2c2d0d9e61d48899af2d1099f.zip | |
Forward compatibility
Change-Id: I51a5eb98fb3fa3e09f2eb75de128068572081046
Diffstat (limited to 'include')
| -rw-r--r-- | include/system/graphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/system/graphics.h b/include/system/graphics.h index 729e92c7..d42a0d3b 100644 --- a/include/system/graphics.h +++ b/include/system/graphics.h @@ -86,7 +86,8 @@ enum { */ HAL_PIXEL_FORMAT_YV12 = 0x32315659, // YCrCb 4:2:0 Planar - + /* Forward compatibility */ + HAL_PIXEL_FORMAT_RAW_SENSOR = 0x20, /* Legacy formats (deprecated), used by ImageFormat.java */ HAL_PIXEL_FORMAT_YCbCr_422_SP = 0x10, // NV16 |
