Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_video_stabilization.py46 def _collect_data(cam, tablet_device, video_profile, video_quality, rot_rig): argument
54 tablet_device: boolean; based on config.yml
74 if tablet_device:
180 cam, self.tablet_device, video_profile, video_quality, rot_rig)
Dtest_preview_stabilization.py142 cam, self.tablet_device, preview_size,
Dtest_lens_intrinsic_calibration.py293 cam, self.tablet_device, preview_size, False,
/cts/apps/CameraITS/utils/
Dpreview_processing_utils.py88 def collect_data(cam, tablet_device, preview_size, stabilize, rot_rig, argument
97 tablet_device: boolean; based on config file.
110 return collect_data_with_surfaces(cam, tablet_device, output_surfaces,
115 def collect_data_with_surfaces(cam, tablet_device, output_surfaces, argument
125 tablet_device: boolean; based on config file.
147 if tablet_device:
/cts/apps/CameraITS/
Dconfig.yml54 tablet_device: "False" # "True" if testing tablet device
Dconfig_sample_parallel_testing.yml86 tablet_device: "False" # "True" if testing a tablet device
/cts/apps/CameraITS/tests/
Dits_base_test.py71 if self.user_params.get('tablet_device'):
72 self.tablet_device = self.user_params['tablet_device'] == 'True'
/cts/apps/CameraITS/tests/feature_combination/
Dtest_feature_combination.py219 cam, self.tablet_device, output_surfaces, is_stabilized,