mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user