Home
last modified time | relevance | path

Searched refs:sync_latency (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py74 sync_latency = its.caps.sync_latency(props)
76 lsc_map_auto = test_auto(cam, props, sync_latency)
78 test_manual(cam, lsc_map_auto, props, sync_latency)
80 test_auto(cam, props, sync_latency)
116 def test_auto(cam, props, sync_latency): argument
123 cap = its.device.do_capture_with_latency(cam, auto_req, sync_latency)
173 def test_manual(cam, lsc_map_auto, props, sync_latency): argument
174 cap = its.device.do_capture_with_latency(cam, manual_req, sync_latency)
Dtest_jpeg.py35 sync_latency = its.caps.sync_latency(props)
44 cam, req, sync_latency, out_surface)
54 cam, req, sync_latency, out_surface)
Dtest_black_white.py37 sync_latency = its.caps.sync_latency(props)
53 cap = its.device.do_capture_with_latency(cam, req, sync_latency, fmt)
72 cap = its.device.do_capture_with_latency(cam, req, sync_latency, fmt)
Dtest_channel_saturation.py35 sync_latency = its.caps.sync_latency(props)
50 cap = its.device.do_capture_with_latency(cam, req, sync_latency, fmt)
Dtest_param_flash_mode.py35 sync_latency = its.caps.sync_latency(props)
60 cam, req, sync_latency, fmt)
Dtest_param_exposure_time.py40 sync_latency = its.caps.sync_latency(props)
55 cam, req, sync_latency, fmt)
Dtest_param_color_correction.py44 sync_latency = its.caps.sync_latency(props)
85 cam, req, sync_latency, fmt)
Dtest_linearity.py50 sync_latency = its.caps.sync_latency(props)
82 cam, req, sync_latency, fmt)
Dtest_exposure.py105 sync_latency = its.caps.sync_latency(props)
129 cam, req, sync_latency, fmt)
164 cam, req, sync_latency, fmt_raw)
/cts/apps/CameraITS/pymodules/its/
Dcaps.py531 def sync_latency(props): function
539 sync_latency = props['android.sync.maxLatency']
540 if sync_latency < 0:
541 sync_latency = 8
542 return sync_latency
Ddevice.py963 def do_capture_with_latency(cam, req, sync_latency, fmt=None): argument
974 caps = cam.do_capture([req]*(sync_latency+1), fmt)
/cts/apps/CameraITS/tests/scene1_2/
Dtest_param_sensitivity.py41 sync_latency = its.caps.sync_latency(props)
60 cam, req, sync_latency, fmt)