Searched refs:crop_thresh_factor (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | image_fov_utils_tests.py | 60 crop_thresh_factor = 1 62 e_msg_stem, crop_thresh_factor) 69 e_msg_stem, crop_thresh_factor)
|
D | image_fov_utils.py | 96 def check_crop(circle, cc_gt, w, h, e_msg_stem, crop_thresh_factor): argument 116 thresh_crop_l = THRESH_CROP_L * crop_thresh_factor 117 thresh_crop_s = THRESH_CROP_S * crop_thresh_factor
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_preview_aspect_ratio_and_crop.py | 257 crop_thresh_factor = ((min(ref_fov['w'], ref_fov['h']) / 4.0) / 262 f'{preview_size}', crop_thresh_factor)
|
D | test_video_aspect_ratio_and_crop.py | 278 crop_thresh_factor = ((min(ref_fov['w'], ref_fov['h']) / 4.0) / 283 f'{quality}', crop_thresh_factor)
|
D | test_aspect_ratio_and_crop.py | 292 crop_thresh_factor = ((min(ref_fov['w'], ref_fov['h']) / 4.0) / 363 f'{fmt_iter} with {fmt_cmpr}', crop_thresh_factor)
|