Searched refs:match_ar_size (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/pymodules/its/ |
D | objects.py | 159 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument 186 if match_ar_size: 187 ar = match_ar_size[0] / float(match_ar_size[1]) 303 size = get_available_output_sizes("yuv", props, match_ar_size=match_ar)[-1] 319 size = get_available_output_sizes("yuv", props, match_ar_size=match_ar)[0]
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_multi_camera_match.py | 50 'yuv', physical_props, match_ar_size=max_raw_size)
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 98 'yuv', props, match_ar_size=max_raw_size)[0]
|