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.py70 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, log_path): argument
141 caps = cam.do_capture([req] * int(fps * test_length), fmt)
332 test_length = float(self.test_length)
336 if img_w * img_h > _IMG_SIZE_MAX or fps * test_length > _NUM_FRAMES_MAX:
352 events, frames = _collect_data(cam, fps, img_w, img_h, test_length,
/cts/apps/CameraITS/tests/inprog/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)
/cts/apps/CameraITS/tests/
Dits_base_test.py122 self.test_length = float(self.user_params['test_length'])