Searched refs:flash (Results 1 – 11 of 11) sorted by relevance
/cts/apps/CameraITS/tests/scene_flash/ |
D | test_led_snapshot.py | 51 def _take_captures(out_surfaces, cam, img_name, flash=False): argument 65 if not flash: 153 camera_properties_utils.flash(props) and 185 _take_captures(out_surfaces, cam, light_on_img_name, flash=False) 198 _take_captures(out_surfaces, cam, no_flash_img_name, flash=False) 204 cap = _take_captures(out_surfaces, cam, flash_img_name, flash=True)
|
D | test_auto_flash.py | 73 camera_properties_utils.flash(props) and 91 flash='OFF', 116 flash='AUTO',
|
D | test_flash_strength.py | 184 camera_properties_utils.flash(props) and
|
D | test_torch_strength.py | 238 camera_properties_utils.flash(props) and
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_param_flash_mode.py | 66 camera_properties_utils.flash(props))
|
/cts/apps/CameraITS/utils/ |
D | camera_properties_utils.py | 573 def flash(props): function
|
D | its_session_utils.py | 1532 def do_jca_capture(self, dut, log_path, flash, facing): argument 1556 if flash not in ui_interaction_utils.FLASH_MODE_TO_CLICKS: 1558 for _ in range(ui_interaction_utils.FLASH_MODE_TO_CLICKS[flash]):
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ExifInterfaceTest.java | 156 public final float flash; field in ExifInterfaceTest.ExpectedValue 216 flash = typedArray.getFloat(index++, 0f); in ExpectedValue() 378 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1092 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in checkExtraExifTagsSucceeds() local 1093 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 3862 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local 3863 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 13113 field public static final String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";
|