Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_preview_stabilization.py48 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)
Dtest_video_stabilization.py54 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/
Dconfig.yml53 tablet_device: "False" # set to "True" if testing a tablet device
Dconfig_parallel.yml85 tablet_device: "False" # set to "True" if testing a tablet device
/cts/apps/CameraITS/tests/
Dits_base_test.py93 if self.user_params.get('tablet_device'):
94 self.tablet_device = self.user_params['tablet_device'] == 'True'