commit | e69efbbabf26569ddd0ca12dda44d830a251a07f | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Fri Mar 06 13:19:36 2015 -0800 |
committer | Eino-Ville Talvala <etalvala@google.com> | Fri Mar 06 13:19:36 2015 -0800 |
tree | 8d4f935c3ea418d556b8f3bb22ce41746c2a7992 | |
parent | 8558510d59f659d83b44728331e88f106ff735c8 [diff] [blame] |
Replace/rename old HAL graphics formats - Replace RAW_SENSOR with RAW16 - Remove sRGB formats Change-Id: Ic5c44878c638c3d3559495ea5685e10fcc2c39e1
diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp index bdc789d..a9fbc80 100644 --- a/modules/gralloc/gralloc.cpp +++ b/modules/gralloc/gralloc.cpp
@@ -217,7 +217,7 @@ bpp = 3; break; case HAL_PIXEL_FORMAT_RGB_565: - case HAL_PIXEL_FORMAT_RAW_SENSOR: + case HAL_PIXEL_FORMAT_RAW16: bpp = 2; break; default: