Searched full:lighting_cntl (Results 1 – 13 of 13) sorted by relevance
/cts/apps/CameraITS/ |
D | config_sample_parallel_testing.yml | 28 lighting_cntl: <controller-type> # can be arduino or "None" 45 lighting_cntl: <controller-type> # can be arduino or "None" 62 lighting_cntl: <controller-type> # can be arduino or "None" 87 lighting_cntl: <controller-type> # can be arduino or "None"
|
D | config.yml | 31 lighting_cntl: <controller-type> # can be arduino or "None" 55 lighting_cntl: <controller-type> # can be arduino or "None"
|
/cts/apps/CameraITS/utils/ |
D | lighting_control_utils.py | 75 def lighting_control(lighting_cntl, lighting_ch): argument 84 lighting_cntl: str to identify 'arduino' controller. 90 logging.debug('Controller: %s, ch: %s', lighting_cntl, lighting_ch) 91 if lighting_cntl.lower() == 'arduino':
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 64 if (self.user_params.get('lighting_cntl') and 66 self.lighting_cntl = self.user_params['lighting_cntl'] 69 self.lighting_cntl = 'None' 115 self.lighting_cntl, self.lighting_ch)
|
/cts/apps/CameraITS/tests/scene_flash/ |
D | test_auto_flash.py | 80 self.lighting_cntl, self.lighting_ch)
|
D | test_preview_min_frame_rate.py | 68 self.lighting_cntl, self.lighting_ch)
|
D | test_flash_strength.py | 188 self.lighting_cntl, self.lighting_ch)
|
D | test_led_snapshot.py | 158 self.lighting_cntl, self.lighting_ch)
|
D | test_torch_strength.py | 245 self.lighting_cntl, self.lighting_ch
|
/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/ |
D | test_night_extension.py | 134 self.lighting_cntl, self.lighting_ch)
|
D | test_low_light_boost_extension.py | 157 self.lighting_cntl, self.lighting_ch)
|
/cts/apps/CameraITS/tools/ |
D | run_all_tests.py | 663 if (test_params_content.get('lighting_cntl', 'None').lower() == 'arduino' and 1030 lighting_cntl = test_params_content.get('lighting_cntl', 'None') 1033 lighting_cntl, lighting_ch)
|
/cts/apps/CameraITS/tests/scene_extensions/scene_hdr/ |
D | test_hdr_extension.py | 195 self.lighting_cntl, self.lighting_ch)
|