Searched full:tablet_device (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | preview_processing_utils.py | 87 def collect_data(cam, tablet_device, preview_size, stabilize, rot_rig, argument 96 tablet_device: boolean; based on config file. 109 return collect_data_with_surfaces(cam, tablet_device, output_surfaces, 114 def collect_data_with_surfaces(cam, tablet_device, output_surfaces, argument 124 tablet_device: boolean; based on config file. 146 if tablet_device:
|
/aosp_15_r20/cts/apps/CameraITS/tests/sensor_fusion/ |
H A 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)
|
H A D | test_video_stabilization_jca.py | 197 def _initialize_servo_controller(tablet_device, rot_rig): argument 201 tablet_device: bool; True if tablet device is connected. 215 if tablet_device: 282 self.tablet_device, rot_rig)
|
H A D | test_preview_stabilization.py | 153 cam, self.tablet_device, preview_size,
|
H A D | test_lens_intrinsic_calibration.py | 292 cam, self.tablet_device, preview_size, False,
|
/aosp_15_r20/cts/apps/CameraITS/tests/ |
H A D | its_base_test.py | 71 if self.user_params.get('tablet_device'): 72 self.tablet_device = self.user_params['tablet_device'] == 'True'
|
/aosp_15_r20/cts/apps/CameraITS/ |
H A D | config.yml | 54 tablet_device: "False" # "True" if testing tablet device
|
H A D | config_sample_parallel_testing.yml | 86 tablet_device: "False" # "True" if testing a tablet device
|
/aosp_15_r20/cts/apps/CameraITS/tests/feature_combination/ |
H A D | test_feature_combination.py | 330 cam, self.tablet_device, output_surfaces, is_stabilized,
|