Home
last modified time | relevance | path

Searched refs:NUM_QUAD_BAYER_CHANNELS (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/utils/
Dnoise_model_constants.py83 NUM_QUAD_BAYER_CHANNELS = len(QUAD_BAYER_COLORS) variable
84 VALID_NUM_CHANNELS = (NUM_BAYER_CHANNELS, NUM_QUAD_BAYER_CHANNELS)
Dnoise_model_utils.py419 num_channels = noise_model_constants.NUM_QUAD_BAYER_CHANNELS
740 len(color_channel_names) == noise_model_constants.NUM_QUAD_BAYER_CHANNELS
770 for pidx in range(noise_model_constants.NUM_QUAD_BAYER_CHANNELS):
Dcapture_read_noise_utils.py105 is_quad_bayer = num_channels == noise_model_constants.NUM_QUAD_BAYER_CHANNELS
Dimage_processing_utils.py539 if num_channels != noise_model_constants.NUM_QUAD_BAYER_CHANNELS:
697 img, noise_model_constants.NUM_QUAD_BAYER_CHANNELS
722 num_channels = noise_model_constants.NUM_QUAD_BAYER_CHANNELS
/cts/apps/CameraITS/tools/
Ddng_noise_model.py224 num_channels == noise_model_constants.NUM_QUAD_BAYER_CHANNELS
431 num_channels == noise_model_constants.NUM_QUAD_BAYER_CHANNELS