Home
last modified time | relevance | path

Searched refs:test_length (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py111 test_length = TEST_LENGTH
119 test_length = float(s[12:])
125 if w * h > 640 * 480 or fps * test_length > 300:
132 events, frames = collect_data(fps, w, h, test_length)
414 def collect_data(fps, w, h, test_length): argument
464 caps = cam.do_capture([req]*int(fps*test_length), fmt)
/cts/apps/CameraITS/tools/
Drun_sensor_fusion_box.py67 test_length = str(TEST_LENGTH)
81 test_length = s[12:]
108 test_length_arg = 'test_length=' + test_length
/cts/apps/CameraITS/tests/rolling_shutter_skew/
Dtest_rolling_shutter_skew.py178 test_length = args.test_length if args.test_length else TEST_LENGTH
204 raw_caps = cam.do_capture([req]*fps*test_length, fmt)