commit | ba9c8badb7683f76eaa3f40f3b930410682bab69 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Jul 26 16:23:33 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Jul 26 16:23:33 2013 -0700 |
tree | b6e0f51fee6a974878c337d44c1ff942ceef96e2 | |
parent | dbd278cd076b6d0ad1a78dfcb37631784f557be9 [diff] |
get rid of HAL pixelformats 5551 and 4444 Change-Id: I196ee30ed57707ed4cc46fb3a9c5c07c5bac6fff
diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp index 99aeb01..a2dec6b 100644 --- a/modules/gralloc/gralloc.cpp +++ b/modules/gralloc/gralloc.cpp
@@ -217,8 +217,6 @@ bpp = 3; break; case HAL_PIXEL_FORMAT_RGB_565: - case HAL_PIXEL_FORMAT_RGBA_5551: - case HAL_PIXEL_FORMAT_RGBA_4444: case HAL_PIXEL_FORMAT_RAW_SENSOR: bpp = 2; break;