Searched refs:uw_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 93 uw_img = ( 95 props['android.sensor.orientation'], uw_img)) 101 image_processing_utils.write_image(uw_img / _CH_FULL_SCALE, uw_img_name) 103 return uw_img, w_img 106 def _do_ae_check(uw_img, w_img, log_path, suffix): argument 122 uw_img, f'{file_stem}_uw_y.png') 144 def _do_af_check(uw_img, w_img): argument 157 sharpness_uw = image_processing_utils.compute_image_sharpness(uw_img) 170 def _do_awb_check(uw_img, w_img): argument [all …]
|