Searched refs:match_ar (Results 1 – 11 of 11) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | capture_request_utils.py | 390 def get_largest_yuv_format(props, match_ar=None): argument 401 size = get_available_output_sizes('yuv', props, match_ar_size=match_ar)[0] 407 def get_smallest_yuv_format(props, match_ar=None): argument 418 size = get_available_output_sizes('yuv', props, match_ar_size=match_ar)[-1] 424 def get_near_vga_yuv_format(props, match_ar=None): argument 435 sizes = get_available_output_sizes('yuv', props, match_ar_size=match_ar) 451 def get_largest_jpeg_format(props, match_ar=None): argument 462 size = get_available_output_sizes('jpeg', props, match_ar_size=match_ar)[0]
|
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_tonemap_sequence.py | 101 match_ar = (largest_yuv['width'], largest_yuv['height']) 103 props, match_ar=match_ar)
|
D | test_param_tonemap_mode.py | 100 match_ar = (largest_yuv['width'], largest_yuv['height']) 102 props, match_ar=match_ar)
|
D | test_yuv_jpeg_all.py | 146 match_ar = None 153 match_ar = (largest_yuv['width'], largest_yuv['height']) 159 _YUV_STR, props, match_ar_size=match_ar)): 169 _JPG_STR, props, match_ar_size=match_ar)):
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_auto_vs_manual.py | 91 match_ar = (largest_yuv['width'], largest_yuv['height']) 93 props, match_ar=match_ar)
|
D | test_param_color_correction.py | 81 match_ar = (largest_yuv['width'], largest_yuv['height']) 83 props, match_ar=match_ar)
|
D | test_ev_compensation_basic.py | 100 match_ar = (largest_yuv['width'], largest_yuv['height']) 102 props, match_ar=match_ar)
|
D | test_param_flash_mode.py | 81 match_ar = (largest_yuv['width'], largest_yuv['height']) 83 props, match_ar=match_ar)
|
D | test_ev_compensation_advanced.py | 110 match_ar = (largest_yuv['width'], largest_yuv['height']) 112 props, match_ar=match_ar)
|
D | test_exposure_x_iso.py | 230 match_ar = (largest_yuv['width'], largest_yuv['height']) 232 props, match_ar=match_ar)
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_aspect_ratio_and_crop.py | 156 match_ar = match_ar_list[0] / match_ar_list[1] 157 if math.isclose(w / h, match_ar, abs_tol=_AR_DIFF_ATOL):
|