Home
last modified time | relevance | path

Searched defs:chroma (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DShades.java54 public static @ColorInt int[] of(float hue, float chroma) { in of()
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCam.java115 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()
DHctSolver.java606 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/
DMediaProfiles.cpp275 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/
DColorUtils.java365 public static int CAMToColor(float hue, float chroma, float lstar) { in CAMToColor()