Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 25 of 77) sorted by relevance

1234

/cts/apps/CameraITS/tests/scene1_1/
Dtest_jpeg.py36 def compute_img_means_and_save(img, fmt_name, log_path): argument
47 name_with_log_path = os.path.join(log_path, _NAME)
68 log_path = self.log_path
84 log_path, cam)['midExposureTime']
98 rgb_means_yuv = compute_img_means_and_save(img, 'yuv', log_path)
106 rgb_means_jpg = compute_img_means_and_save(img, 'jpg', log_path)
Dtest_auto_vs_manual.py36 def extract_awb_gains_and_xform(cap, cap_name, log_path): argument
48 name_with_log_path = os.path.join(log_path, _NAME)
78 log_path = self.log_path
106 cap_auto, 'auto', log_path)
114 cap_man1, 'manual_wb', log_path)
123 cap_man2, 'manual_wb_tm', log_path)
Dtest_capture_result.py53 def draw_lsc_plot(lsc_map_w, lsc_map_h, lsc_map, name, log_path): argument
62 name_with_log_path = os.path.join(log_path, _NAME)
94 def test_auto(cam, props, log_path): argument
151 draw_lsc_plot(lsc_map_w, lsc_map_h, lsc_map, 'auto', log_path)
154 def test_manual(cam, props, log_path): argument
248 draw_lsc_plot(lsc_map_w, lsc_map_h, lsc_map, 'manual', log_path)
275 test_auto(cam, props, self.log_path)
276 test_manual(cam, props, self.log_path)
277 test_auto(cam, props, self.log_path)
Dtest_param_exposure_time.py54 log_path = self.log_path
55 name_with_log_path = os.path.join(log_path, _NAME)
73 log_path, cam)['midExposureTime']
Dtest_burst_sameness_manual.py62 log_path = self.log_path
63 name_with_path = os.path.join(log_path, _NAME)
78 log_path, cam)['minSensitivity']
Dtest_latching.py59 log_path = self.log_path
60 name_with_log_path = os.path.join(log_path, _NAME)
74 log_path, cam)['midExposureTime']
Dtest_param_color_correction.py65 log_path = self.log_path
66 name_with_log_path = os.path.join(log_path, _NAME)
87 log_path, cam)['midSensitivity']
Dtest_crop_regions.py51 log_path = self.log_path
52 name_with_log_path = os.path.join(log_path, _NAME)
69 log_path, cam)['minSensitivity']
Dtest_param_noise_reduction.py65 log_path = self.log_path
66 name_with_log_path = os.path.join(log_path, _NAME)
85 log_path, cam)['minSensitivity']
98 log_path, cam)['maxSensitivity']
Dtest_param_flash_mode.py60 log_path = self.log_path
61 file_name_stem = os.path.join(log_path, _NAME)
87 log_path, cam)['midExposureTime']
/cts/apps/CameraITS/tests/scene4/
Dtest_preview_stabilization_fov.py134 log_path = self.log_path
193 self.dut.adb.pull([ustab_rec_obj['recordedOutputPath'], log_path])
198 self.dut.adb.pull([stab_rec_obj['recordedOutputPath'], log_path])
204 log_path, ustab_file_name)
208 log_path, stab_file_name)
212 ustab_frame = os.path.join(log_path,
216 stab_frame = os.path.join(log_path,
Dtest_preview_aspect_ratio_and_crop.py139 log_path = self.log_path
205 self.dut.adb.pull([preview_rec_obj['recordedOutputPath'], log_path])
216 self.log_path, preview_file_name)
226 self.log_path, last_key_frame_file)
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_plus_jpeg.py36 def compute_means_and_save(cap, img_name, log_path): argument
67 log_path = self.log_path
103 rgb_means_yuv = compute_means_and_save(cap_yuv, 'yuv', log_path)
104 rgb_means_jpg = compute_means_and_save(cap_jpg, 'jpg', log_path)
Dtest_param_sensitivity.py55 log_path = self.log_path
56 test_name_with_path = os.path.join(log_path, _NAME)
75 log_path, cam)['midSensitivity']
Dtest_tonemap_sequence.py43 cam, req, fmt, num_frames_per_cap, tonemap, log_path): argument
93 log_path = self.log_path
135 cam, req, fmt, num_frames_per_cap, tonemap, log_path))
Dtest_post_raw_sensitivity_boost.py43 def create_requests(cam, props, log_path): argument
63 log_path, cam)['midSensitivity']
146 log_path = self.log_path
147 name_with_log_path = os.path.join(log_path, _NAME)
155 settings, reqs, out_surfaces = create_requests(cam, props, log_path)
Dtest_param_tonemap_mode.py90 log_path = self.log_path
91 name_with_log_path = os.path.join(log_path, _NAME)
104 log_path, cam)['midExposureTime']
/cts/apps/CameraITS/utils/
Dvideo_processing_utils.py121 def extract_key_frames_from_video(log_path, video_file_name): argument
145 log_path, ffmpeg_image_name + '_%02d.png')
150 os.path.join(log_path, video_file_name),
164 arr = os.listdir(os.path.join(log_path))
195 def extract_all_frames_from_video(log_path, video_file_name, img_format): argument
223 'ffmpeg', '-i', os.path.join(log_path, video_file_name),
233 [_ for _ in os.listdir(log_path) if (_.endswith(img_format)
/cts/apps/CameraITS/tests/scene2_a/
Dtest_preview_min_frame_rate.py94 self.log_path])
96 self.log_path)
101 self.log_path, preview_file_name)
127 self.log_path, preview_file_name)[-1]
131 os.path.join(self.log_path, last_key_frame)) / 255
Dtest_reprocess_uv_swap.py104 log_path = self.log_path
105 name_with_log_path = os.path.join(log_path, _NAME)
179 log_path = self.log_path
180 name_with_log_path = os.path.join(log_path, _NAME)
251 log_path = self.log_path
252 name_with_log_path = os.path.join(log_path, _NAME)
/cts/apps/CameraITS/tests/scene3/
Dtest_landscape_to_portrait.py51 def _create_image_folder(log_path, suffix): argument
61 image_path = os.path.join(log_path, f'test_landscape_to_portrait_{suffix}')
113 image_path = _create_image_folder(self.log_path, _ENABLED)
142 image_path = _create_image_folder(self.log_path, _DISABLED)
/cts/apps/CameraITS/tests/scene2_e/
Dtest_continuous_picture.py42 def _capture_frames(cam, log_path, debug): argument
109 log_path = self.log_path
125 cap_3a_state_list = _capture_frames(cam, log_path, debug)
/cts/apps/CameraITS/tests/scene6/
Dtest_preview_video_zoom_match.py57 def _extract_key_frame_from_recording(log_path, file_name): argument
70 log_path, file_name)
80 last_key_frame_path = os.path.join(log_path, last_key_frame_file)
106 log_path = self.log_path
138 [preview_recording_obj['recordedOutputPath'], log_path])
169 [video_recording_obj['recordedOutputPath'], log_path])
247 log_path, video_file_name)
274 log_path, preview_file_name)
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_video_stabilization.py124 log_path = self.log_path
188 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
199 log_path, file_name, _IMG_FORMAT)
204 os.path.join(log_path, file))
222 gyro_events, f'{_NAME}_{video_quality}', log_path)
Dtest_preview_stabilization.py121 log_path = self.log_path
187 self.dut.adb.pull([recording_obj['recordedOutputPath'], log_path])
198 log_path, file_name, _IMG_FORMAT
205 os.path.join(log_path, file)
229 gyro_events, f'{_NAME}_{video_size}', log_path

1234