From 8f2423e8f394ae0666f1b61f83df4c0c7a4782d9 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 16 Feb 2010 17:33:37 -0800 Subject: get rid off the YUV formats at the libui layer --- libs/ui/PixelFormat.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ui/PixelFormat.cpp') 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; } -- cgit v1.1