Searched refs:chroma (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | Cam.java | 112 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() argument 115 mChroma = chroma; in Cam() 131 public static int getInt(float hue, float chroma, float lstar) { in getInt() argument 132 return getInt(hue, chroma, lstar, Frame.DEFAULT); in getInt() 338 public static int getInt(float hue, float chroma, float lstar, Frame frame) { in getInt() argument 382 if (chroma < 1.0 || Math.round(lstar) <= 0.0 || Math.round(lstar) >= 100.0) { in getInt() 389 float high = chroma; in getInt() 393 float mid = chroma; in getInt() 446 private static Cam findCamByJ(float hue, float chroma, float lstar) { in findCamByJ() argument 457 Cam camBeforeClip = Cam.fromJch(mid, chroma, hue); in findCamByJ()
|
/cts/apps/CameraITS/tests/scene9/ |
D | test_jpeg_quality.py | 155 chroma = np.array(jpeg[chroma_start: chroma_start + dqt_size]) 157 chromas.append(np.mean(chroma)) 161 logging.debug(' chroma:%s', chroma.reshape(h, h))
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SystemPaletteTest.kt | 681 val diffChroma = abs(hct1.chroma - hct2.chroma) in <lambda>()
|