Home
last modified time | relevance | path

Searched refs:recording_obj (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_lens_intrinsic_calibration.py92 def verify_lens_intrinsics(recording_obj, gyro_events, test_name, log_path): argument
107 file_name = recording_obj['recordedOutputPath'].split('/')[-1]
109 video_size = recording_obj['videoSize']
112 capture_results = recording_obj['captureMetadata']
171 def verify_lens_intrinsics_sample(recording_obj): argument
187 file_name = recording_obj['recordedOutputPath'].split('/')[-1]
189 video_size = recording_obj['videoSize']
192 capture_results = recording_obj['captureMetadata']
292 recording_obj = preview_processing_utils.collect_data(
302 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
[all …]
Dtest_video_stabilization.py97 recording_obj = cam.do_basic_recording(
99 logging.debug('Recorded output path: %s', recording_obj['recordedOutputPath'])
100 logging.debug('Tested quality: %s', recording_obj['quality'])
105 return recording_obj
179 recording_obj = _collect_data(
183 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
184 file_name = recording_obj['recordedOutputPath'].split('/')[-1]
Dtest_preview_stabilization.py141 recording_obj = preview_processing_utils.collect_data(
151 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
156 recording_obj, gyro_events, _NAME, log_path, facing,
/cts/apps/CameraITS/utils/
Dpreview_processing_utils.py172 recording_obj = cam.do_preview_recording_multiple_surfaces(
176 logging.debug('Recorded output path: %s', recording_obj['recordedOutputPath'])
177 logging.debug('Tested quality: %s', recording_obj['quality'])
182 return recording_obj
185 def verify_preview_stabilization(recording_obj, gyro_events, argument
202 file_name = recording_obj['recordedOutputPath'].split('/')[-1]
204 video_size = recording_obj['videoSize']
314 recording_obj = cam.do_preview_recording_with_dynamic_zoom(
320 logging.debug('Recorded output path: %s', recording_obj['recordedOutputPath'])
321 logging.debug('Tested quality: %s', recording_obj['quality'])
[all …]
/cts/apps/CameraITS/tests/scene_video/
Dtest_preview_frame_drop.py102 recording_obj = cam.do_preview_recording(
107 recording_obj['recordedOutputPath'])
108 logging.debug('Tested quality: %s', recording_obj['quality'])
111 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
112 file_name = recording_obj['recordedOutputPath'].split('/')[-1]
/cts/apps/CameraITS/tests/feature_combination/
Dtest_feature_combination.py217 recording_obj = (
229 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
233 recording_obj['recordedOutputPath'].split('/')[-1])
251 capture_results = recording_obj['captureMetadata'];
271 recording_obj, gyro_events, _NAME, log_path, facing))
/cts/apps/CameraITS/tests/scene4/
Dtest_preview_aspect_ratio_and_crop.py50 recording_obj = cam.do_preview_recording(preview_size, _VIDEO_DURATION, False)
51 logging.debug('Recorded output path: %s', recording_obj['recordedOutputPath'])
52 logging.debug('Tested quality: %s', recording_obj['quality'])
54 return recording_obj
Dtest_preview_stabilization_fov.py61 recording_obj = cam.do_preview_recording(preview_size, _VIDEO_DURATION,
63 logging.debug('Recorded output path: %s', recording_obj['recordedOutputPath'])
64 logging.debug('Tested quality: %s', recording_obj['quality'])
66 return recording_obj
/cts/apps/CameraITS/tests/scene8/
Dtest_ae_awb_regions.py330 recording_obj = cam.do_preview_recording_with_dynamic_ae_awb_region(
332 logging.debug('Tested quality: %s', recording_obj['quality'])
335 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
336 file_name = recording_obj['recordedOutputPath'].split('/')[-1]