commit | 40c297d6e05b4be7d480d27c3f4907e5dde09c09 | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Tue Mar 05 13:50:23 2019 -0800 |
committer | Peiyong Lin <lpy@google.com> | Tue Mar 05 13:50:23 2019 -0800 |
tree | 0fc7eeab126ebc13535a1bacb4a5af6d878cd74a | |
parent | 43143b979e1aa499a9895f5ef1a5a1a5b392a41f [diff] |
Fix wrong comments of SCRGB in ADataSpace. BUG: 127511477 Test: N/A Change-Id: If0f3cbcbbdc5de7be52ce909284238ebf1f3d5cc
diff --git a/libs/nativewindow/include/android/data_space.h b/libs/nativewindow/include/android/data_space.h index 3ac1c58..2899bcf 100644 --- a/libs/nativewindow/include/android/data_space.h +++ b/libs/nativewindow/include/android/data_space.h
@@ -75,7 +75,7 @@ * scRGB: * * The red, green, and blue components are stored in extended sRGB space, - * but are linear, not gamma-encoded. + * and gamma-encoded using the SRGB transfer function. * The RGB primaries and the white point are the same as BT.709. * * The values are floating point.