Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py90 _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/
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.yml44 test_length: 7
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountOperationsTest.java46 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/
Dits_base_test.py109 self.test_length = float(self.user_params['test_length'])