commit | 4a2c990dd76403ae56c7b17169d6ef67fc4a0526 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 09 14:38:43 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 09 14:38:43 2020 +0000 |
tree | 6f42d72f7e3ae1d8551553082712c061d262d24c | |
parent | cf9aeeee17ce41affb8248a6ef03af26af59cde9 [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: I7ca1d951940fc05ea1c7e957b5e52956117ad880
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;