Searched refs:fmt_name (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/scene_flash/ |
D | test_led_snapshot.py | 79 def _is_color_mean_valid(means, color_channel, fmt_name, width, height): argument 111 fmt_name, width, height) 159 for fmt_name in _FORMAT_NAMES: 162 if not (fmt_name == 'yuv' and size == _VGA_SIZE): 164 fmt_name, props, match_ar_size=size) 168 fmt_name, width, height) 176 out_surfaces = {'format': fmt_name, 'width': width, 'height': height} 178 'Testing %s format, size: %dx%d', fmt_name, width, height) 229 r_g_ratio, fmt_name, width, height) 232 b_g_ratio, fmt_name, width, height) [all …]
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_jpeg.py | 36 def compute_img_means_and_save(img, fmt_name, log_path): argument 53 logging.debug('%s rgb_means: %s', fmt_name, str(rgb_means))
|