Home
last modified time | relevance | path

Searched full:test_length (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py69 _NUM_FRAMES_MAX = 300 # fps*test_length should be < this for smooth captures.
72 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, argument
85 test_length: length of time for test in seconds.
159 caps = cam.do_capture([req] * int(fps * test_length), fmt)
353 test_length = float(self.test_length)
357 if img_w * img_h > _IMG_SIZE_MAX or fps * test_length > _NUM_FRAMES_MAX:
361 " smaller values of 'w', 'h', 'fps', or 'test_length'.")
374 cam, fps, img_w, img_h, test_length, rot_rig, chart_distance,
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/
Dtest_rolling_shutter_skew.py33 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/
Dconfig.yml46 test_length: 7
Dconfig_parallel.yml78 test_length: 7
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountOperationsTest.java45 public static final int TEST_LENGTH = 10; field in PhoneAccountOperationsTest
66 testBundle.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, TEST_LENGTH); in createTestBundle()
270 assertEquals(TEST_LENGTH, in testRegisterPhoneAccount_CheckExtras()
/cts/apps/CameraITS/tests/
Dits_base_test.py126 self.test_length = float(self.user_params['test_length'])