Home
last modified time | relevance | path

Searched refs:do_capture_with_latency (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CameraITS/tests/scene1/
Dtest_jpeg.py43 cap = its.device.do_capture_with_latency(
53 cap = its.device.do_capture_with_latency(
Dtest_black_white.py53 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_capture_result.py123 cap = its.device.do_capture_with_latency(cam, auto_req, sync_latency)
174 cap = its.device.do_capture_with_latency(cam, manual_req, sync_latency)
Dtest_exposure.py92 cap = its.device.do_capture_with_latency(
127 raw_cap = its.device.do_capture_with_latency(
Dtest_channel_saturation.py50 cap = its.device.do_capture_with_latency(cam, req, sync_latency, fmt)
Dtest_param_flash_mode.py59 cap = its.device.do_capture_with_latency(
Dtest_param_sensitivity.py59 cap = its.device.do_capture_with_latency(
Dtest_param_exposure_time.py54 cap = its.device.do_capture_with_latency(
Dtest_param_color_correction.py84 cap = its.device.do_capture_with_latency(
Dtest_linearity.py81 cap = its.device.do_capture_with_latency(
/cts/apps/CameraITS/pymodules/its/
Ddevice.py943 def do_capture_with_latency(cam, req, sync_latency, fmt=None): function