Searched refs:chart_loc_arg (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CameraITS/tests/scene3/ |
D | test_edge_enhancement.py | 97 chart_loc_arg = self.chart_loc_arg 113 cam, props, self.log_path, chart_loc=chart_loc_arg)
|
D | test_flip_mirror.py | 140 chart_loc_arg = self.chart_loc_arg 148 cam, props, self.log_path, chart_loc=chart_loc_arg)
|
D | test_lens_movement_reporting.py | 108 chart_loc_arg = self.chart_loc_arg 124 cam, props, self.log_path, chart_loc=chart_loc_arg)
|
D | test_reprocess_edge_enhancement.py | 142 chart_loc_arg = self.chart_loc_arg 161 cam, props, self.log_path, chart_loc=chart_loc_arg)
|
D | test_lens_position.py | 178 chart_loc_arg = self.chart_loc_arg 195 cam, props, self.log_path, chart_loc=chart_loc_arg)
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 81 self.chart_loc_arg = self.user_params['chart_loc_arg'] 83 self.chart_loc_arg = ''
|
/cts/apps/CameraITS/utils/ |
D | image_processing_utils.py | 734 def chart_located_per_argv(chart_loc_arg): argument 745 if chart_loc_arg: 746 return map(float, chart_loc_arg)
|