Searched full:test_length (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 90 _NUM_FRAMES_MAX = 300 # fps*test_length should be < this for smooth captures. 94 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, log_path): argument 106 test_length: length of time for test in seconds. 161 caps = cam.do_capture([req] * int(fps * test_length), fmt) 518 test_length = float(self.test_length) 522 if img_w * img_h > _IMG_SIZE_MAX or fps * test_length > _NUM_FRAMES_MAX: 526 " smaller values of 'w', 'h', 'fps', or 'test_length'.") 538 events, frames = _collect_data(cam, fps, img_w, img_h, test_length,
|
/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 | 44 test_length: 7
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | PhoneAccountOperationsTest.java | 46 public static final int TEST_LENGTH = 10; field in PhoneAccountOperationsTest 67 testBundle.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, TEST_LENGTH); in createTestBundle() 257 assertEquals(TEST_LENGTH, in testRegisterPhoneAccount_CheckExtras()
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 109 self.test_length = float(self.user_params['test_length'])
|