Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dcapture_request_utils.py177 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument
214 if match_ar_size:
215 ar = match_ar_size[0] / match_ar_size[1]
401 size = get_available_output_sizes('yuv', props, match_ar_size=match_ar)[0]
418 size = get_available_output_sizes('yuv', props, match_ar_size=match_ar)[-1]
435 sizes = get_available_output_sizes('yuv', props, match_ar_size=match_ar)
462 size = get_available_output_sizes('jpeg', props, match_ar_size=match_ar)[0]
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_jpeg_all.py159 _YUV_STR, props, match_ar_size=match_ar)):
169 _JPG_STR, props, match_ar_size=match_ar)):
/cts/apps/CameraITS/tests/scene2_b/
Dtest_yuv_jpeg_capture_sameness.py90 'jpeg', props, match_ar_size=(w, h))
/cts/apps/CameraITS/tests/scene_flash/
Dtest_led_snapshot.py164 fmt_name, props, match_ar_size=size)