Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/tools/
Ddng_noise_model.py94 sens_max_analog, file_path): argument
111 with open(file_path, 'w') as text_file:
162 def _create_noise_profile_code(self, noise_model, color_channels, file_path): argument
184 with open(file_path, 'w') as text_file:
612 file_path = os.path.join(log_path, filename)
617 file_path,
624 file_path = os.path.join(log_path, filename)
629 file_path,
Drun_sensor_fusion.py53 def find_matching_line(file_path, match_string): argument
63 with open(file_path) as f:
/cts/apps/CameraITS/utils/
Dpreview_processing_utils.py531 file_path = os.path.join(log_path, file_name)
532 if is_image_green(file_path):
533 its_session_utils.remove_file(file_path)
542 file_path = os.path.join(log_path, file_name)
543 if is_image_green(file_path):
544 its_session_utils.remove_file(file_path)
Dcapture_read_noise_utils.py92 def plot_read_noise_data(read_noise_data, iso_low, iso_high, file_path, argument
184 fig.savefig(file_path, dpi=_FIG_DPI)
Dits_session_utils.py619 def check_gain_map_present(self, file_path): argument
633 cmd['filePath'] = file_path