Searched refs:match_ar_size (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | capture_request_utils.py | 177 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/ |
D | test_yuv_jpeg_all.py | 159 _YUV_STR, props, match_ar_size=match_ar)): 169 _JPG_STR, props, match_ar_size=match_ar)):
|
/cts/apps/CameraITS/tests/scene2_b/ |
D | test_yuv_jpeg_capture_sameness.py | 90 'jpeg', props, match_ar_size=(w, h))
|
/cts/apps/CameraITS/tests/scene_flash/ |
D | test_led_snapshot.py | 164 fmt_name, props, match_ar_size=size)
|