Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dpreview_processing_utils.py87 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 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)
H A Dtest_video_stabilization_jca.py197 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 Dtest_preview_stabilization.py153 cam, self.tablet_device, preview_size,
H A Dtest_lens_intrinsic_calibration.py292 cam, self.tablet_device, preview_size, False,
/aosp_15_r20/cts/apps/CameraITS/tests/
H A Dits_base_test.py71 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 Dconfig.yml54 tablet_device: "False" # "True" if testing tablet device
H A Dconfig_sample_parallel_testing.yml86 tablet_device: "False" # "True" if testing a tablet device
/aosp_15_r20/cts/apps/CameraITS/tests/feature_combination/
H A Dtest_feature_combination.py330 cam, self.tablet_device, output_surfaces, is_stabilized,