Loading graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/LutProperties.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -46,5 +46,6 @@ parcelable LutProperties { enum SamplingKey { RGB, MAX_RGB, CIE_Y, } } graphics/composer/aidl/android/hardware/graphics/composer3/LutProperties.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading
graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/LutProperties.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -46,5 +46,6 @@ parcelable LutProperties { enum SamplingKey { RGB, MAX_RGB, CIE_Y, } }
graphics/composer/aidl/android/hardware/graphics/composer3/LutProperties.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -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; }