Home
last modified time | relevance | path

Searched full:chart_loc_arg (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py140 chart_loc_arg = self.chart_loc_arg
148 cam, props, self.log_path, chart_loc=chart_loc_arg)
Dtest_edge_enhancement.py97 chart_loc_arg = self.chart_loc_arg
113 cam, props, self.log_path, chart_loc=chart_loc_arg)
Dtest_lens_movement_reporting.py108 chart_loc_arg = self.chart_loc_arg
124 cam, props, self.log_path, chart_loc=chart_loc_arg)
Dtest_reprocess_edge_enhancement.py142 chart_loc_arg = self.chart_loc_arg
161 cam, props, self.log_path, chart_loc=chart_loc_arg)
Dtest_lens_position.py178 chart_loc_arg = self.chart_loc_arg
195 cam, props, self.log_path, chart_loc=chart_loc_arg)
/cts/apps/CameraITS/tests/
Dits_base_test.py80 if self.user_params.get('chart_loc_arg'):
81 self.chart_loc_arg = self.user_params['chart_loc_arg']
83 self.chart_loc_arg = ''
/cts/apps/CameraITS/
Dconfig.yml31 chart_loc_arg: ""
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py734 def chart_located_per_argv(chart_loc_arg): argument
739 chart_loc_arg: chart_loc arg value.
745 if chart_loc_arg:
746 return map(float, chart_loc_arg)