Searched full:lighting_ch (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | lighting_control_utils.py | 71 def lighting_control(lighting_cntl, lighting_ch): argument 74 lighting_ch is hard wired and must be determined from physical setup. 81 lighting_ch: str to identify lighting channel number. 86 logging.debug('Controller: %s, ch: %s', lighting_cntl, lighting_ch) 102 def set_lighting_state(arduino_serial_port, lighting_ch, state): argument 107 lighting_ch: str for lighting channel 118 set_light_brightness(lighting_ch, level, arduino_serial_port, delay=1)
|
/aosp_15_r20/cts/apps/CameraITS/tests/ |
H A D | its_base_test.py | 65 self.user_params.get('lighting_ch')): 67 self.lighting_ch = str(self.user_params['lighting_ch']) 70 self.lighting_ch = '1' 119 self.lighting_cntl, self.lighting_ch) 122 self.lighting_ch, 255, arduino_serial_port)
|
/aosp_15_r20/cts/apps/CameraITS/tests/scene_flash/ |
H A D | test_torch_strength.py | 81 arduino_serial_port, self.lighting_ch, 'OFF' 93 arduino_serial_port, self.lighting_ch, 'ON' 103 arduino_serial_port, self.lighting_ch, 'OFF' 117 arduino_serial_port, self.lighting_ch, 'ON' 248 self.lighting_cntl, self.lighting_ch 302 arduino_serial_port, self.lighting_ch, 'ON')
|
H A D | test_auto_flash.py | 85 self.lighting_cntl, self.lighting_ch) 89 arduino_serial_port, self.lighting_ch, 'OFF') 148 arduino_serial_port, self.lighting_ch, 'ON')
|
H A D | test_preview_min_frame_rate.py | 68 self.lighting_cntl, self.lighting_ch) 72 arduino_serial_port, self.lighting_ch, 'OFF') 117 arduino_serial_port, self.lighting_ch, 'ON')
|
H A D | test_flash_strength.py | 189 self.lighting_cntl, self.lighting_ch) 193 arduino_serial_port, self.lighting_ch, 'OFF') 245 arduino_serial_port, self.lighting_ch, 'ON')
|
H A D | test_led_snapshot.py | 158 self.lighting_cntl, self.lighting_ch) 189 arduino_serial_port, self.lighting_ch, 'OFF') 260 arduino_serial_port, self.lighting_ch, 'ON')
|
/aosp_15_r20/cts/apps/CameraITS/ |
H A D | config_sample_parallel_testing.yml | 29 lighting_ch: <controller-channel-0> 46 lighting_ch: <controller-channel-1> 63 lighting_ch: <controller-channel-2> 88 lighting_ch: <controller-channel>
|
H A D | config.yml | 32 lighting_ch: <controller-channel> 56 lighting_ch: <controller-channel>
|
/aosp_15_r20/cts/apps/CameraITS/tools/ |
H A D | run_all_tests.py | 1067 lighting_ch = test_params_content.get('lighting_ch', 'None') 1069 lighting_cntl, lighting_ch) 1073 arduino_serial_port, lighting_ch, 'OFF')
|
/aosp_15_r20/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/ |
H A D | test_low_light_boost_extension.py | 184 self.lighting_cntl, self.lighting_ch) 188 arduino_serial_port, self.lighting_ch, 'OFF')
|
H A D | test_night_extension.py | 185 self.lighting_cntl, self.lighting_ch) 189 arduino_serial_port, self.lighting_ch, 'OFF')
|
/aosp_15_r20/cts/apps/CameraITS/tests/scene_extensions/scene_hdr/ |
H A D | test_hdr_extension.py | 195 self.lighting_cntl, self.lighting_ch) 199 arduino_serial_port, self.lighting_ch, 'OFF')
|