Home
last modified time | relevance | path

Searched refs:match_ar_size (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CameraITS/pymodules/its/
Dobjects.py159 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/
Dtest_multi_camera_match.py50 'yuv', physical_props, match_ar_size=max_raw_size)
/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py98 'yuv', props, match_ar_size=max_raw_size)[0]