Searched full:test_length (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 66 _NUM_FRAMES_MAX = 300 # fps*test_length should be < this for smooth captures. 69 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, argument 82 test_length: length of time for test in seconds. 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: 357 " smaller values of 'w', 'h', 'fps', or 'test_length'.") 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 | 33 TEST_LENGTH = 1 variable 90 '-t', '--test_length', 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/ |
D | config.yml | 47 test_length: 7
|
D | config_sample_parallel_testing.yml | 79 test_length: 7
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | PhoneAccountOperationsTest.java | 49 public static final int TEST_LENGTH = 10; field in PhoneAccountOperationsTest 70 testBundle.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, TEST_LENGTH); in createTestBundle() 357 assertEquals(TEST_LENGTH, in testRegisterPhoneAccount_CheckExtras()
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 105 self.test_length = float(self.user_params['test_length'])
|