Searched refs:_collect_data (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CameraITS/tests/scene4/ |
D | test_preview_stabilization_fov.py | 45 def _collect_data(cam, preview_size, stabilize): function 188 ustab_rec_obj = _collect_data(cam, preview_size, False) 190 stab_rec_obj = _collect_data(cam, preview_size, True)
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_preview_stabilization.py | 47 def _collect_data(cam, tablet_device, video_size, rot_rig): function 172 recording_obj = _collect_data(cam, self.tablet_device, video_size, rot_rig)
|
D | test_video_stabilization.py | 82 def _collect_data(cam, tablet_device, video_profile, video_quality, rot_rig): function 207 recording_obj = _collect_data(
|
D | test_multi_camera_frame_sync.py | 151 def _collect_data(self, cam, props, rot_rig): member in MultiCameraFrameSyncTest 272 frame_pairs_gray, ids = self._collect_data(cam, props, rot_rig)
|
D | test_sensor_fusion.py | 70 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, log_path): function 352 events, frames = _collect_data(cam, fps, img_w, img_h, test_length,
|