Searched full:tablet_device (Results 1 – 8 of 8) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_video_stabilization.py | 46 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)
|
D | test_preview_stabilization.py | 142 cam, self.tablet_device, preview_size,
|
D | test_lens_intrinsic_calibration.py | 293 cam, self.tablet_device, preview_size, False,
|
/cts/apps/CameraITS/utils/ |
D | preview_processing_utils.py | 88 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/ |
D | config.yml | 54 tablet_device: "False" # "True" if testing tablet device
|
D | config_sample_parallel_testing.yml | 86 tablet_device: "False" # "True" if testing a tablet device
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 71 if self.user_params.get('tablet_device'): 72 self.tablet_device = self.user_params['tablet_device'] == 'True'
|
/cts/apps/CameraITS/tests/feature_combination/ |
D | test_feature_combination.py | 219 cam, self.tablet_device, output_surfaces, is_stabilized,
|