Home
last modified time | relevance | path

Searched refs:num_channels (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CameraITS/tools/
Ddng_noise_model.py172 num_channels = noise_model.shape[0]
177 suffix = '},' if ch != num_channels - 1 else '}'
222 num_channels = noise_model.shape[0]
224 num_channels == noise_model_constants.NUM_QUAD_BAYER_CHANNELS
282 num_channels = noise_model.shape[0]
283 for pidx in range(num_channels):
300 stats_per_plane = [[] for _ in range(num_channels)]
304 for pidx in range(num_channels):
325 for pidx in range(num_channels):
429 num_channels = noise_model.shape[0]
[all …]
/cts/apps/CameraITS/utils/
Dcapture_read_noise_utils.py104 num_channels = len(color_channel_names)
105 is_quad_bayer = num_channels == noise_model_constants.NUM_QUAD_BAYER_CHANNELS
210 num_channels = len(cfa_order)
211 channel_img = image_processing_utils.subsample(img, num_channels)
257 num_channels = len(read_noise_data_filtered[0])
258 for i in range(num_channels):
Dnoise_model_utils.py74 num_channels, num_parameters = noise_model.shape
75 if num_channels not in noise_model_constants.VALID_NUM_CHANNELS:
103 num_channels = noise_model.shape[0]
104 if len(color_channels) != num_channels:
419 num_channels = noise_model_constants.NUM_QUAD_BAYER_CHANNELS
421 num_channels = noise_model_constants.NUM_BAYER_CHANNELS
517 cap, num_channels=num_channels
Dimage_processing_utils.py537 height, width, num_channels = quad_bayer_img.shape
539 if num_channels != noise_model_constants.NUM_QUAD_BAYER_CHANNELS:
557 def subsample(image, num_channels=4): argument
567 if num_channels not in noise_model_constants.VALID_NUM_CHANNELS:
577 stride = int(numpy.sqrt(num_channels))
582 num_channels,
585 for i in range(num_channels):
722 num_channels = noise_model_constants.NUM_QUAD_BAYER_CHANNELS
724 num_channels = noise_model_constants.NUM_BAYER_CHANNELS
725 mean_image, _ = unpack_rawstats_capture(cap, num_channels)
[all …]
/cts/tools/utils/
Dmonsoon.py335 num_channels = 2
337 num_channels = 1
381 chan_buffers = tuple([] for _ in range(num_channels))
383 history_deques = tuple(collections.deque() for _ in range(num_channels))
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
Dpoc.c114 __u8 num_channels; member