Searched refs:file_path (Results 1 – 5 of 5) sorted by relevance
| /cts/apps/CameraITS/tools/ |
| D | dng_noise_model.py | 94 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,
|
| D | run_sensor_fusion.py | 53 def find_matching_line(file_path, match_string): argument 63 with open(file_path) as f:
|
| /cts/apps/CameraITS/utils/ |
| D | preview_processing_utils.py | 531 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)
|
| D | capture_read_noise_utils.py | 92 def plot_read_noise_data(read_noise_data, iso_low, iso_high, file_path, argument 184 fig.savefig(file_path, dpi=_FIG_DPI)
|
| D | its_session_utils.py | 619 def check_gain_map_present(self, file_path): argument 633 cmd['filePath'] = file_path
|