Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dnoise_model_constants.py84 VALID_NUM_CHANNELS = (NUM_BAYER_CHANNELS, NUM_QUAD_BAYER_CHANNELS) variable
Dnoise_model_utils.py75 if num_channels not in noise_model_constants.VALID_NUM_CHANNELS:
732 if len(color_channel_names) not in noise_model_constants.VALID_NUM_CHANNELS:
Dimage_processing_utils.py567 if num_channels not in noise_model_constants.VALID_NUM_CHANNELS:
1070 if num_channels not in noise_model_constants.VALID_NUM_CHANNELS: