Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene2/
Dtest_effects.py36 YUV_UV_SPREAD_MIN = 10 # min spread for U & V channels [0:255] for color image variable
80 u_min, u_max, YUV_UV_SPREAD_MIN)
82 v_min, v_max, YUV_UV_SPREAD_MIN)
83 if ((u_max-u_min) < YUV_UV_SPREAD_MIN or
84 (v_max-v_min) < YUV_UV_SPREAD_MIN):