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

Commit dffca2c4 authored by Sally Qi's avatar Sally Qi Committed by Automerger Merge Worker
Browse files

Merge "Fix ADATASPACE_BT601_625 and ADATASPACE_BT601_525 doc." into main am:...

Merge "Fix ADATASPACE_BT601_625 and ADATASPACE_BT601_525 doc." into main am: 4499839c am: c1aa8a64

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2754865



Change-Id: Ida24c7ae6b52449f8179a48301db26334843a876
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cbb641a9 c1aa8a64
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -471,20 +471,20 @@ enum ADataSpace {
    ADATASPACE_JFIF = 146931712, // STANDARD_BT601_625 | TRANSFER_SMPTE_170M | RANGE_FULL

    /**
     * ITU-R Recommendation 601 (BT.601) - 525-line
     * ITU-R Recommendation 601 (BT.601) - 625-line
     *
     * Standard-definition television, 525 Lines (NTSC)
     * Standard-definition television, 625 Lines (PAL)
     *
     * Use limited range, SMPTE 170M transfer and BT.601_525 standard.
     * Use limited range, SMPTE 170M transfer and BT.601_625 standard.
     */
    ADATASPACE_BT601_625 = 281149440, // STANDARD_BT601_625 | TRANSFER_SMPTE_170M | RANGE_LIMITED

    /**
     * ITU-R Recommendation 709 (BT.709)
     * ITU-R Recommendation 601 (BT.601) - 525-line
     *
     * High-definition television
     * Standard-definition television, 525 Lines (NTSC)
     *
     * Use limited range, SMPTE 170M transfer and BT.709 standard.
     * Use limited range, SMPTE 170M transfer and BT.601_525 standard.
     */
    ADATASPACE_BT601_525 = 281280512, // STANDARD_BT601_525 | TRANSFER_SMPTE_170M | RANGE_LIMITED