Searched refs:recording_obj (Results 1 – 9 of 9) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_lens_intrinsic_calibration.py | 92 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 …]
|
D | test_video_stabilization.py | 97 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]
|
D | test_preview_stabilization.py | 141 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/ |
D | preview_processing_utils.py | 172 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/ |
D | test_preview_frame_drop.py | 102 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/ |
D | test_feature_combination.py | 217 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/ |
D | test_preview_aspect_ratio_and_crop.py | 50 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
|
D | test_preview_stabilization_fov.py | 61 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/ |
D | test_ae_awb_regions.py | 330 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]
|