OSDN Git Service

Refactor how legacy dataspaces are decoded
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Wed, 31 May 2017 23:51:45 +0000 (17:51 -0600)
committerCourtney Goeltzenleuchter <courtneygo@google.com>
Fri, 2 Jun 2017 18:17:27 +0000 (12:17 -0600)
commit039eb248b991d03ed78c8cf8d8b910e7a18dcdc9
tree3c3af7b9a05794ed3502c9cfa2886e3ae4b199a0
parentc988ee4c4c21331e2a33467dc899ebb561035b0b
Refactor how legacy dataspaces are decoded

Test: adb shell dumpsys SurfaceFlinger
Observe that (deprecated) sRGB is decoded similar to how
newer dataspaces are decoded. Previous decoding added
extra bits in description that weren't helping.

Change-Id: Ic95a3a766f164f978d778d999f47252b83f79016
libs/ui/DebugUtils.cpp