Home
last modified time | relevance | path

Searched refs:saturation (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/color/
DGlobalSaturationTintController.java56 float saturation = saturationLevel * 0.01f; in setMatrix() local
57 float desaturation = 1.0f - saturation; in setMatrix()
60 mMatrixGlobalSaturation[0] = luminance[0] + saturation; in setMatrix()
64 mMatrixGlobalSaturation[5] = luminance[1] + saturation; in setMatrix()
68 mMatrixGlobalSaturation[10] = luminance[2] + saturation; in setMatrix()
DAppSaturationController.java134 static void computeGrayscaleTransformMatrix(float saturation, float[] matrix) { in computeGrayscaleTransformMatrix() argument
135 float desaturation = 1.0f - saturation; in computeGrayscaleTransformMatrix()
138 matrix[0] = luminance[0] + saturation; in computeGrayscaleTransformMatrix()
142 matrix[4] = luminance[1] + saturation; in computeGrayscaleTransformMatrix()
146 matrix[8] = luminance[2] + saturation; in computeGrayscaleTransformMatrix()
DDisplayTransformManager.java306 private void applySaturation(float saturation) { in applySaturation() argument
307 SystemProperties.set(PERSISTENT_PROPERTY_SATURATION, Float.toString(saturation)); in applySaturation()
312 data.writeFloat(saturation); in applySaturation()
/frameworks/av/media/libstagefright/filters/
DSaturationFilter.cpp82 float saturation; in setParameters() local
83 if (params->findFloat("saturation", &saturation)) { in setParameters()
84 mSaturation = saturation; in setParameters()
/frameworks/wilhelm/src/itf/
DILEDArray.cpp66 if (!(0 <= color.saturation && color.saturation <= 1000)) in ILEDArray_SetColor()
118 color->saturation = 1000; in ILEDArray_init()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DColorFiltersMutateActivity.java137 public void setSaturation(float saturation) { in setSaturation() argument
138 mSaturation = saturation; in setSaturation()
142 m.setSaturation(saturation); in setSaturation()
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp384 MinMaxAverage hue, saturation, value; in computePalette() local
401 saturation.add(hsv[1]); in computePalette()
416 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
417 saturation.average()); in computePalette()
419 if (hue.delta() <= 20 && saturation.delta() <= .1f) { in computePalette()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp671 MinMaxAverage hue, saturation, value; in computePalette() local
683 saturation.add(hsv[1]); in computePalette()
694 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
695 saturation.average(), value.min(), value.max(), value.average()); in computePalette()
697 if (hue.delta() <= 20 && saturation.delta() <= .1f) { in computePalette()
/frameworks/av/cmds/stagefright/
DAndroid.mk159 filters/saturation.rs \
/frameworks/base/packages/SystemUI/res/raw/
Dimage_wallpaper_fragment_shader.glsl57 // Interpolate between diffuse and remaps using reveal to avoid over saturation.
/frameworks/base/core/java/com/android/internal/colorextraction/types/
DTonal.java443 public ColorRange(Range<Float> hue, Range<Float> saturation, Range<Float> lightness) { in ColorRange() argument
445 mSaturation = saturation; in ColorRange()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h624 SLpermille saturation; member
/frameworks/wilhelm/doc/
DDoxyfile822 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
/frameworks/native/docs/
DDoxyfile991 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
/frameworks/av/media/libaaudio/
DDoxyfile1103 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
DDoxyfile.orig1094 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1218 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
DDoxyfile1218 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
/frameworks/av/media/codec2/docs/
Ddoxygen.config1168 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors