Searched refs:lighting_cntl (Results 1 – 11 of 11) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | lighting_control_utils.py | 75 def lighting_control(lighting_cntl, lighting_ch): argument 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 | 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/tests/scene_extensions/scene_hdr/ |
D | test_hdr_extension.py | 195 self.lighting_cntl, self.lighting_ch)
|
/cts/apps/CameraITS/tools/ |
D | run_all_tests.py | 1030 lighting_cntl = test_params_content.get('lighting_cntl', 'None') 1033 lighting_cntl, lighting_ch)
|