Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dlighting_control_utils.py71 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 Dits_base_test.py65 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 Dtest_torch_strength.py81 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 Dtest_auto_flash.py85 self.lighting_cntl, self.lighting_ch)
89 arduino_serial_port, self.lighting_ch, 'OFF')
148 arduino_serial_port, self.lighting_ch, 'ON')
H A Dtest_preview_min_frame_rate.py68 self.lighting_cntl, self.lighting_ch)
72 arduino_serial_port, self.lighting_ch, 'OFF')
117 arduino_serial_port, self.lighting_ch, 'ON')
H A Dtest_flash_strength.py189 self.lighting_cntl, self.lighting_ch)
193 arduino_serial_port, self.lighting_ch, 'OFF')
245 arduino_serial_port, self.lighting_ch, 'ON')
H A Dtest_led_snapshot.py158 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 Dconfig_sample_parallel_testing.yml29 lighting_ch: <controller-channel-0>
46 lighting_ch: <controller-channel-1>
63 lighting_ch: <controller-channel-2>
88 lighting_ch: <controller-channel>
H A Dconfig.yml32 lighting_ch: <controller-channel>
56 lighting_ch: <controller-channel>
/aosp_15_r20/cts/apps/CameraITS/tools/
H A Drun_all_tests.py1067 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 Dtest_low_light_boost_extension.py184 self.lighting_cntl, self.lighting_ch)
188 arduino_serial_port, self.lighting_ch, 'OFF')
H A Dtest_night_extension.py185 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 Dtest_hdr_extension.py195 self.lighting_cntl, self.lighting_ch)
199 arduino_serial_port, self.lighting_ch, 'OFF')