commit | fc64a96d547cb98a662539dbfa67afafded7633d | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 09 14:37:59 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 09 14:37:59 2020 +0000 |
tree | da48f6930e6b31dd2aa468c3ba3b82e7c1585b15 | |
parent | 4ba2b85a44c53428b2cedcb8fadbabf6bfc25d48 [diff] | |
parent | 6841c3e5e838320e9e8fe7abf3b1a63f76c44db5 [diff] |
Merge "Fix subsampling doc in PlaneLayout.aidl" into rvc-dev am: 6841c3e5e8 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/11716801 Change-Id: I872358e902fb5133937df5fd20b6e010b4424757
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;