Searched defs:chroma (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | Shades.java | 54 public static @ColorInt int[] of(float hue, float chroma) { in of()
|
/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()
|