Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6f06424 authored by Sally Qi's avatar Sally Qi Committed by Android (Google) Code Review
Browse files

Merge "[LUT HAL] add CIE_Y sampling key" into main

parents 62053116 38a805ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,5 +46,6 @@ parcelable LutProperties {
  enum SamplingKey {
    RGB,
    MAX_RGB,
    CIE_Y,
  }
}
+1 −2
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ parcelable LutProperties {
     * The implementations should use a sampling strategy
     * at least as good as linear sampling.
     */
    // TODO(b/358422255): add sampling ways
    @VintfStability enum SamplingKey { RGB, MAX_RGB }
    @VintfStability enum SamplingKey { RGB, MAX_RGB, CIE_Y }
    SamplingKey[] samplingKeys;
}