Searched refs:_BAYER_COLORS (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_dng_noise_model.py | 31 _BAYER_COLORS = ('R', 'GR', 'GB', 'B') variable 107 if len(noise_profile) != len(_BAYER_COLORS): 110 for i, ch in enumerate(_BAYER_COLORS): 156 for i, ch in enumerate(_BAYER_COLORS): 167 for i, ch in enumerate(_BAYER_COLORS):
|
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_raw_exposure.py | 31 _BAYER_COLORS = ('R', 'Gr', 'Gb', 'B') variable 139 for ch, color in enumerate(_BAYER_COLORS):
|