summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSally Qi <sallyqi@google.com>2023-10-05 04:52:22 +0000
committerSally Qi <sallyqi@google.com>2023-10-05 04:52:24 +0000
commit85288fdb8b82397e301300d5c63e462e8b85b6c9 (patch)
treeb7b4585c8ff437ed89c4bcf17162244c4b6a3734
parentfe0c71f1e24fd3bbc4624af5fced28e7fbeff322 (diff)
downloadnative-85288fdb8b82397e301300d5c63e462e8b85b6c9.tar.gz
Fix NDK documentation minor bugs.
Bug: 300602767 Change-Id: I114a4cf83978f152959a6ec244d322603ff5257b Test: builds
-rw-r--r--libs/nativewindow/include/android/data_space.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/nativewindow/include/android/data_space.h b/libs/nativewindow/include/android/data_space.h
index 968c114ed4..ae6d22350c 100644
--- a/libs/nativewindow/include/android/data_space.h
+++ b/libs/nativewindow/include/android/data_space.h
@@ -456,6 +456,7 @@ enum ADataSpace {
* Adobe RGB
*
* Use full range, gamma 2.2 transfer and Adobe RGB primaries
+ *
* Note: Application is responsible for gamma encoding the data as
* a 2.2 gamma encoding is not supported in HW.
*/
@@ -493,7 +494,7 @@ enum ADataSpace {
*
* Ultra High-definition television
*
- * Use full range, BT.709 transfer and BT2020 standard
+ * Use full range, SMPTE 170M transfer and BT2020 standard
*/
ADATASPACE_BT2020 = 147193856, // STANDARD_BT2020 | TRANSFER_SMPTE_170M | RANGE_FULL
@@ -502,7 +503,7 @@ enum ADataSpace {
*
* High-definition television
*
- * Use limited range, BT.709 transfer and BT.709 standard.
+ * Use limited range, SMPTE 170M transfer and BT.709 standard.
*/
ADATASPACE_BT709 = 281083904, // STANDARD_BT709 | TRANSFER_SMPTE_170M | RANGE_LIMITED
@@ -512,6 +513,7 @@ enum ADataSpace {
* Digital Cinema DCI-P3
*
* Use full range, gamma 2.6 transfer and D65 DCI-P3 standard
+ *
* Note: Application is responsible for gamma encoding the data as
* a 2.6 gamma encoding is not supported in HW.
*/