Searched refs:test_length (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 69 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, argument 155 caps = cam.do_capture([req] * int(fps * test_length), fmt) 349 test_length = float(self.test_length) 353 if img_w * img_h > _IMG_SIZE_MAX or fps * test_length > _NUM_FRAMES_MAX: 370 cam, fps, img_w, img_h, test_length, rot_rig, chart_distance,
|
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 178 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/ |
D | its_base_test.py | 105 self.test_length = float(self.user_params['test_length'])
|