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

Commit 16ab890c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix subsampling doc in PlaneLayout.aidl" into rvc-dev am: 6841c3e5 am: fc64a96d

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/11716801

Change-Id: Ic9f728342fba6e3cad1ae624ce907b53dd99f468
parents f8bfbb61 fc64a96d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -100,10 +100,11 @@ parcelable PlaneLayout {
    long totalSizeInBytes;

    /**
     * Horizontal and vertical subsampling. Must be a positive power of 2.
     * Horizontal and vertical subsampling. Must be a positive power of 2. A value of 1
     * indicates no subsampling.
     *
     * These fields indicate the number of horizontally or vertically adjacent pixels that use
     * the same pixel data. A value of 1 indicates no subsampling.
     * the same pixel data.
     */
    long horizontalSubsampling;
    long verticalSubsampling;