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)
committerThe Android Automerger <android-build@android.com>
Fri, 11 May 2012 23:28:53 +0000 (16:28 -0700)
commitdd912baf1c4eaafed50d97e6381f9d5093e8c11e
treed450bb2a0d179fe28a3109ba14cac8906a5e67ac
parenta17aea117eb1f449d5f50d7f4cc9cc42feae0ad6
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