Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene_flash/
Dtest_led_snapshot.py79 def _is_color_mean_valid(means, color_channel, fmt_name, width, height): argument
96 if color_channel not in _COLOR_CHANNELS:
99 if color_channel == 'R':
101 elif color_channel == 'G':
110 ' Size: %sx%s', color_mean, color_channel,
/cts/apps/CameraITS/utils/
Dcapture_read_noise_utils.py132 for pidx, color_channel in enumerate(color_channel_names):
148 label=color_channel,
Dnoise_model_utils.py111 for i, color_channel in enumerate(color_channels):
/cts/apps/CameraITS/tools/
Ddng_noise_model.py374 color_channel = _COLOR_CHANNEL_NAMES[pidx]