Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dnoise_model_constants.py21 BAYER_COLORS = ('R', 'Gr', 'Gb', 'B') variable
82 NUM_BAYER_CHANNELS = len(BAYER_COLORS)
Dcapture_read_noise_utils.py169 subplot.set_title(noise_model_constants.BAYER_COLORS[i])
Dimage_processing_utils.py1045 for ch in noise_model_constants.BAYER_COLORS:
1050 color_map[ch] for ch in noise_model_constants.BAYER_COLORS
/cts/apps/CameraITS/tools/
Ddng_noise_model.py45 _COLOR_CHANNEL_NAMES = noise_model_constants.BAYER_COLORS
80 map(str.lower, noise_model_constants.BAYER_COLORS)