summaryrefslogtreecommitdiffstats
path: root/libs/ui/PixelFormat.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-02-16 17:33:37 -0800
committerMathias Agopian <mathias@google.com>2010-02-16 17:33:37 -0800
commit8f2423e8f394ae0666f1b61f83df4c0c7a4782d9 (patch)
treecf8ea7a6f5a60e1ff45b7eeb44c2a83576787161 /libs/ui/PixelFormat.cpp
parent4b71fc0fa8dee98764b55aefc176599bd982f53e (diff)
downloadframeworks_base-8f2423e8f394ae0666f1b61f83df4c0c7a4782d9.zip
frameworks_base-8f2423e8f394ae0666f1b61f83df4c0c7a4782d9.tar.gz
frameworks_base-8f2423e8f394ae0666f1b61f83df4c0c7a4782d9.tar.bz2
get rid off the YUV formats at the libui layer
Diffstat (limited to 'libs/ui/PixelFormat.cpp')
-rw-r--r--libs/ui/PixelFormat.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ui/PixelFormat.cpp b/libs/ui/PixelFormat.cpp
index b65ed97..3f76e1a 100644
--- a/libs/ui/PixelFormat.cpp
+++ b/libs/ui/PixelFormat.cpp
@@ -69,9 +69,6 @@ status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info)
COMPONENT(RGBA)
COMPONENT(LUMINANCE)
COMPONENT(LUMINANCE_ALPHA)
- COMPONENT(Y_CB_CR_SP)
- COMPONENT(Y_CB_CR_P)
- COMPONENT(Y_CB_CR_I)
default:
return BAD_INDEX;
}