commit | de58a520d47022ec103d61e8cf5c47999fa1e31d | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Wed Jan 15 09:39:57 2025 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jan 15 09:39:57 2025 -0800 |
tree | 45f35b23c4147df30bd0743f91b3a154e09e27ba | |
parent | 01de26ce20881d3f6914e076758ec5900f741f69 [diff] | |
parent | 46d69d13ec8df20a427c674b5db42e4574099158 [diff] |
Merge "[Lut HAL] update documentation" into main
diff --git a/graphics/composer/aidl/android/hardware/graphics/composer3/Luts.aidl b/graphics/composer/aidl/android/hardware/graphics/composer3/Luts.aidl index 393354e..6ff1db2 100644 --- a/graphics/composer/aidl/android/hardware/graphics/composer3/Luts.aidl +++ b/graphics/composer/aidl/android/hardware/graphics/composer3/Luts.aidl
@@ -58,6 +58,8 @@ * * Multiple Luts can be packed into one same `pfd`, and `offsets` is used to pinpoint * the starting point of each Lut. + * + * `offsets` should be valid unless an invalid `pfd` is provided. */ @nullable int[] offsets;