Searched refs:_COLORS (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_post_raw_sensitivity_boost.py | 32 _COLORS = ('R', 'G', 'B') variable 108 for i, _ in enumerate(_COLORS): 185 for ch, _ in enumerate(_COLORS): 188 step - 1, step, _COLORS[ch], raw_means[step - 1][ch], 199 for ch, _ in enumerate(_COLORS): 205 logging.debug('%s channel vals %s mean %f', _COLORS[ch], vals, mean)
|
D | test_param_tonemap_mode.py | 28 _COLORS = ('R', 'G', 'B') variable 33 _NUM_COLORS = len(_COLORS) 148 for i, ch in enumerate(_COLORS):
|