commit | 3fee5183fe87e4ed6be5642615b27bd9492b0d3a | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 09 14:55:01 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 09 14:55:01 2020 +0000 |
tree | 474ca7caed75db365385980bbc65e898076ec5b7 | |
parent | 6de13a469c612f063534547ff2a6a23951395fd4 [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: I1a33ce87ea13134d036084a65e16fbd1607cd6fe
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;