From 85288fdb8b82397e301300d5c63e462e8b85b6c9 Mon Sep 17 00:00:00 2001 From: Sally Qi Date: Thu, 5 Oct 2023 04:52:22 +0000 Subject: Fix NDK documentation minor bugs. Bug: 300602767 Change-Id: I114a4cf83978f152959a6ec244d322603ff5257b Test: builds --- libs/nativewindow/include/android/data_space.h | 6 ++++-- 1 file 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. */ -- cgit v1.2.3