commit | 8f2423e8f394ae0666f1b61f83df4c0c7a4782d9 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Feb 16 17:33:37 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Feb 16 17:33:37 2010 -0800 |
tree | cf8ea7a6f5a60e1ff45b7eeb44c2a83576787161 | |
parent | 4b71fc0fa8dee98764b55aefc176599bd982f53e [diff] [blame] |
get rid off the YUV formats at the libui layer
diff --git a/libs/surfaceflinger/LayerBase.h b/libs/surfaceflinger/LayerBase.h index a49faf7..d1bbd04 100644 --- a/libs/surfaceflinger/LayerBase.h +++ b/libs/surfaceflinger/LayerBase.h
@@ -265,6 +265,7 @@ status_t initializeEglImage( const sp<GraphicBuffer>& buffer, Texture* texture); + bool isSupportedYuvFormat(int format) const; sp<SurfaceFlinger> mFlinger; uint32_t mFlags;