commit | 16ab890cc24e51068b15e841c809094d4d28edbd | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 09 14:54:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 09 14:54:58 2020 +0000 |
tree | da48f6930e6b31dd2aa468c3ba3b82e7c1585b15 | |
parent | f8bfbb6175a61362373be1c6549803dd1ef8526e [diff] | |
parent | fc64a96d547cb98a662539dbfa67afafded7633d [diff] |
Merge "Fix subsampling doc in PlaneLayout.aidl" into rvc-dev am: 6841c3e5e8 am: fc64a96d54 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/11716801 Change-Id: Ic9f728342fba6e3cad1ae624ce907b53dd99f468
diff --git a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayout.aidl b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayout.aidl index ccb0690..b329cb2 100644 --- a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayout.aidl +++ b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayout.aidl
@@ -100,10 +100,11 @@ 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;