Searched full:tablet_device (Results 1 – 5 of 5) sorted by relevance
| /cts/apps/CameraITS/tests/sensor_fusion/ |
| D | test_preview_stabilization.py | 48 def _collect_data(cam, tablet_device, video_size, rot_rig): argument 56 tablet_device: boolean; based on config file 73 if tablet_device: 184 recording_obj = _collect_data(cam, self.tablet_device, video_size, rot_rig)
|
| D | test_video_stabilization.py | 54 def _collect_data(cam, tablet_device, video_profile, video_quality, rot_rig): argument 62 tablet_device: boolean; based on config.yml 82 if tablet_device: 185 cam, self.tablet_device, video_profile, video_quality, rot_rig)
|
| /cts/apps/CameraITS/ |
| D | config.yml | 53 tablet_device: "False" # set to "True" if testing a tablet device
|
| D | config_parallel.yml | 85 tablet_device: "False" # set to "True" if testing a tablet device
|
| /cts/apps/CameraITS/tests/ |
| D | its_base_test.py | 93 if self.user_params.get('tablet_device'): 94 self.tablet_device = self.user_params['tablet_device'] == 'True'
|