Home
last modified time | relevance | path

Searched full:lighting_cntl (Results 1 – 13 of 13) sorted by relevance

/cts/apps/CameraITS/
Dconfig_sample_parallel_testing.yml28 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"
Dconfig.yml31 lighting_cntl: <controller-type> # can be arduino or "None"
55 lighting_cntl: <controller-type> # can be arduino or "None"
/cts/apps/CameraITS/utils/
Dlighting_control_utils.py75 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/
Dits_base_test.py64 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/
Dtest_auto_flash.py80 self.lighting_cntl, self.lighting_ch)
Dtest_preview_min_frame_rate.py68 self.lighting_cntl, self.lighting_ch)
Dtest_flash_strength.py188 self.lighting_cntl, self.lighting_ch)
Dtest_led_snapshot.py158 self.lighting_cntl, self.lighting_ch)
Dtest_torch_strength.py245 self.lighting_cntl, self.lighting_ch
/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/
Dtest_night_extension.py134 self.lighting_cntl, self.lighting_ch)
Dtest_low_light_boost_extension.py157 self.lighting_cntl, self.lighting_ch)
/cts/apps/CameraITS/tools/
Drun_all_tests.py663 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/
Dtest_hdr_extension.py195 self.lighting_cntl, self.lighting_ch)