commit | 54ed4f6282bdea251455f39b978626026affdbef | [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 | 157d34806bbfab22e433c1eafe0e2bf72f832af2 | |
parent | 39696474d715de575949a9cdf12e7ff339896f8d [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;