Searched defs:chroma (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/ |
| D | Shades.java | 54 public static @ColorInt int[] of(float hue, float chroma) { in of()
|
| D | ColorScheme.kt | 199 internal class ChromaConstant(val chroma: Double) : Chroma { constant in com.android.systemui.monet.ChromaConstant 211 internal class TonalSpec(val hue: Hue = HueSource(), val chroma: Chroma) { constant in com.android.systemui.monet.TonalSpec 214 val chroma = chroma.get(sourceColor) in shades() constant 220 val chroma = chroma.get(sourceColor) in getAtTone() constant
|
| /frameworks/base/core/java/com/android/internal/graphics/cam/ |
| D | Cam.java | 115 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() 134 public static int getInt(float hue, float chroma, float lstar) { in getInt() 345 public static int getInt(float hue, float chroma, float lstar, @NonNull Frame frame) { in getInt() 461 private static Cam findCamByJ(float hue, float chroma, float lstar) { in findCamByJ()
|
| D | HctSolver.java | 606 static int findResultByJ(double hueRadians, double chroma, double y) { in findResultByJ() 681 public static int solveToInt(double hueDegrees, double chroma, double lstar) { in solveToInt() 718 public static Cam solveToCam(double hueDegrees, double chroma, double lstar) { in solveToCam()
|
| /frameworks/av/media/libmedia/ |
| D | MediaProfiles.cpp | 275 chroma_subsampling *chroma, int *bitDepth, hdr_format *hdr) in detectAdvancedVideoProfile() 427 chroma_subsampling chroma = CHROMA_SUBSAMPLING_YUV_420; in createVideoCodec() local
|
| /frameworks/base/core/java/com/android/internal/graphics/ |
| D | ColorUtils.java | 365 public static int CAMToColor(float hue, float chroma, float lstar) { in CAMToColor()
|