Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1/
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_sensitivity.py41 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.py69 sync_latency = its.caps.sync_latency(props)
93 cam, req, sync_latency, fmt)
128 cam, req, sync_latency, fmt_raw)
/cts/apps/CameraITS/pymodules/its/
Dcaps.py527 def sync_latency(props): function
535 sync_latency = props['android.sync.maxLatency']
536 if sync_latency < 0:
537 sync_latency = 8
538 return sync_latency
Ddevice.py943 def do_capture_with_latency(cam, req, sync_latency, fmt=None): argument
954 caps = cam.do_capture([req]*(sync_latency+1), fmt)