summaryrefslogtreecommitdiffstats
path: root/libs/ui/PixelFormat.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-07-07 14:53:13 -0700
committerMathias Agopian <mathias@google.com>2010-07-14 15:12:05 -0700
commit48c347637124339a34aff53df40bbcb5b044ee6d (patch)
tree28c518bf2187128cf81c246a5f27829ef50d06a8 /libs/ui/PixelFormat.cpp
parent7bd6b9574948c23e4f1660fd136723c0420ed308 (diff)
downloadframeworks_native-48c347637124339a34aff53df40bbcb5b044ee6d.zip
frameworks_native-48c347637124339a34aff53df40bbcb5b044ee6d.tar.gz
frameworks_native-48c347637124339a34aff53df40bbcb5b044ee6d.tar.bz2
Remove the YV16 format for simplicity's sake.
Change-Id: Iee03d100933ba0c67b13d51e0435be3b4cd953cf
Diffstat (limited to 'libs/ui/PixelFormat.cpp')
-rw-r--r--libs/ui/PixelFormat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ui/PixelFormat.cpp b/libs/ui/PixelFormat.cpp
index b205418..edf1aed 100644
--- a/libs/ui/PixelFormat.cpp
+++ b/libs/ui/PixelFormat.cpp
@@ -60,7 +60,6 @@ status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info)
switch (format) {
case HAL_PIXEL_FORMAT_YCbCr_422_SP:
case HAL_PIXEL_FORMAT_YCbCr_422_I:
- case HAL_PIXEL_FORMAT_YV16:
info->bitsPerPixel = 16;
goto done;
case HAL_PIXEL_FORMAT_YCrCb_420_SP: