Searched refs:w_img (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/tests/scene7/ |
D | test_multi_camera_switch.py | 77 def _check_orientation_and_flip(props, uw_img, w_img, img_name_stem): argument 96 w_img = ( 98 props['android.sensor.orientation'], w_img)) 102 image_processing_utils.write_image(w_img / _CH_FULL_SCALE, w_img_name) 103 return uw_img, w_img 106 def _do_ae_check(uw_img, w_img, log_path, suffix): argument 126 w_y = _extract_y(w_img, f'{file_stem}_w_y.png') 144 def _do_af_check(uw_img, w_img): argument 159 sharpness_w = image_processing_utils.compute_image_sharpness(w_img) 170 def _do_awb_check(uw_img, w_img): argument [all …]
|