Searched refs:ae_mode (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/tests/scene_flash/ |
D | test_flash_strength.py | 50 def _take_captures(out_surfaces, cam, img_name, ae_mode, strength=0): argument 76 cam, out_surfaces, ae_mode, strength) 124 def _compare_means(formats_means, ae_mode, flash_strengths): argument 140 if ae_mode in _AE_MODE_FLASH_CONTROL: 201 for ae_mode in _TESTING_AE_MODES: 215 cap = _take_captures(out_surfaces, cam, img_name, ae_mode, strength) 220 ae_mode, flash_strengths)
|
D | test_torch_strength.py | 60 img_name_prefix, ae_mode, torch_strength argument 104 cap_req['android.control.aeMode'] = ae_mode 163 def _compare_means(formats_means, ae_mode, flash_strengths): argument 185 ae_mode in _AE_MODE_FLASH_CONTROL): 198 if ae_mode in _AE_MODE_FLASH_CONTROL: 256 for ae_mode in _TESTING_AE_MODES: 276 img_name_prefix, ae_mode, strength 282 ae_mode, torch_strengths)
|
/cts/apps/CameraITS/utils/ |
D | capture_request_utils.py | 535 def take_captures_with_flash_strength(cam, out_surface, ae_mode, strength): argument 575 'android.control.aeMode'] = ae_mode
|