Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85288fdb authored by Sally Qi's avatar Sally Qi
Browse files

Fix NDK documentation minor bugs.

Bug: 300602767
Change-Id: I114a4cf83978f152959a6ec244d322603ff5257b
Test: builds
parent fe0c71f1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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.
     */