OSDN Git Service

libgui: improve some logging and dumping
authorJamie Gennis <jgennis@google.com>
Thu, 10 May 2012 09:22:33 +0000 (02:22 -0700)
committerJamie Gennis <jgennis@google.com>
Thu, 10 May 2012 22:35:22 +0000 (15:35 -0700)
commitcd1806e210f2633423f0fb14d39fa00d03974223
treedf6a0af43fdda5c17eee343ef28bb7d117435a27
parent3c32e5da5b3f12bd498ae7016604b20ba61f5756
libgui: improve some logging and dumping

This change updates some of the SurfaceTextureClient and BufferQueue logging
and dumping to include the crop, transform and scaling mode.  It also removes
the uses of the NO_SCALE_CROP scaling mode enum, which was added by accident in
a previous change.

Change-Id: I62912716a1e48885fb22f12b92678aa13f10fcd9
Bug: 6470541
libs/gui/BufferQueue.cpp
libs/gui/SurfaceTextureClient.cpp