Searched refs:e_msg_stem (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | image_fov_utils_tests.py | 43 e_msg_stem = 'check_ar_true' 44 e_msg = image_fov_utils.check_ar(circle, ar_gt, w, h, e_msg_stem) 49 e_msg_stem = 'check_ar_false' 50 e_msg = image_fov_utils.check_ar(circle, ar_gt, w, h, e_msg_stem) 59 e_msg_stem = 'check_crop_true' 62 e_msg_stem, crop_thresh_factor) 67 e_msg_stem = 'check_crop_false' 69 e_msg_stem, crop_thresh_factor)
|
D | image_fov_utils.py | 69 def check_ar(circle, ar_gt, w, h, e_msg_stem): argument 96 def check_crop(circle, cc_gt, w, h, e_msg_stem, crop_thresh_factor): argument
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_imu_drift.py | 292 e_msg_stem = (
|