Searched refs:num_channels (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tools/ |
D | dng_noise_model.py | 172 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/ |
D | capture_read_noise_utils.py | 104 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):
|
D | noise_model_utils.py | 74 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
|
D | image_processing_utils.py | 537 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/ |
D | monsoon.py | 335 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/ |
D | poc.c | 114 __u8 num_channels; member
|