/cts/apps/CameraITS/tools/ |
validate_scene.py | 29 do_af = True 38 do_af = s[5:] == "True" 52 cam.do_3a(do_af=do_af, lock_ae=True, lock_awb=True)
|
/cts/apps/CameraITS/tests/inprog/ |
test_rawstats.py | 30 cam.do_3a(do_af=False);
|
test_blc_lsc.py | 43 = cam.do_3a(r,r,r,do_af=False,get_results=True)
|
/cts/apps/CameraITS/tests/scene1/ |
test_ev_compensation_basic.py | 49 cam.do_3a(ev_comp=0, lock_ae=True, do_af=False)
|
test_locked_burst.py | 45 cam.do_3a(do_af=True, lock_ae=True, lock_awb=True)
|
test_tonemap_sequence.py | 38 sens, exp_time, _,_,f_dist = cam.do_3a(do_af=True,get_results=True)
|
test_ev_compensation_advanced.py | 58 cam.do_3a(ev_comp=0, lock_ae=True, do_af=False)
|
test_capture_result.py | 112 cam.do_3a(rect, rect, rect, do_af=False)
|
/cts/apps/CameraITS/pymodules/its/ |
target.py | 60 = its_session.do_3a(r,r,r,do_af=False,get_results=True)
|
device.py | 374 do_ae=True, do_awb=True, do_af=True, 391 do_af: Trigger AF and wait for it to converge. 411 * AF focus position; None if do_af is false 420 cmd["triggers"] = {"ae": do_ae, "af": do_af} 455 or do_af and af_dist == None or not converged): [all...] |
/cts/apps/CameraITS/tests/inprog/scene2/ |
test_dng_tags.py | 45 cam.do_3a(do_af=False)
|
/cts/apps/CameraITS/tests/dng_noise_model/ |
dng_noise_model.py | 95 cam.do_3a(get_results=True, do_awb=False, do_af=False)
|
/cts/apps/CameraITS/tests/scene5/ |
test_lens_shading_and_color_uniformity.py | 57 do_af=False,
|