Home
last modified time | relevance | path

Searched refs:match_ar (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CameraITS/utils/
Dcapture_request_utils.py390 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/
Dtest_tonemap_sequence.py101 match_ar = (largest_yuv['width'], largest_yuv['height'])
103 props, match_ar=match_ar)
Dtest_param_tonemap_mode.py100 match_ar = (largest_yuv['width'], largest_yuv['height'])
102 props, match_ar=match_ar)
Dtest_yuv_jpeg_all.py146 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/
Dtest_auto_vs_manual.py91 match_ar = (largest_yuv['width'], largest_yuv['height'])
93 props, match_ar=match_ar)
Dtest_param_color_correction.py81 match_ar = (largest_yuv['width'], largest_yuv['height'])
83 props, match_ar=match_ar)
Dtest_ev_compensation_basic.py100 match_ar = (largest_yuv['width'], largest_yuv['height'])
102 props, match_ar=match_ar)
Dtest_param_flash_mode.py81 match_ar = (largest_yuv['width'], largest_yuv['height'])
83 props, match_ar=match_ar)
Dtest_ev_compensation_advanced.py110 match_ar = (largest_yuv['width'], largest_yuv['height'])
112 props, match_ar=match_ar)
Dtest_exposure_x_iso.py230 match_ar = (largest_yuv['width'], largest_yuv['height'])
232 props, match_ar=match_ar)
/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py156 match_ar = match_ar_list[0] / match_ar_list[1]
157 if math.isclose(w / h, match_ar, abs_tol=_AR_DIFF_ATOL):