Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CameraITS/tests/scene_flash/
Dtest_led_snapshot.py51 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)
Dtest_auto_flash.py73 camera_properties_utils.flash(props) and
91 flash='OFF',
116 flash='AUTO',
Dtest_flash_strength.py184 camera_properties_utils.flash(props) and
Dtest_torch_strength.py238 camera_properties_utils.flash(props) and
/cts/apps/CameraITS/tests/scene1_1/
Dtest_param_flash_mode.py66 camera_properties_utils.flash(props))
/cts/apps/CameraITS/utils/
Dcamera_properties_utils.py573 def flash(props): function
Dits_session_utils.py1532 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/
DExifInterfaceTest.java156 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/
DCameraTest.java1092 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/
DCameraTestUtils.java3862 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/
Dcurrent.txt13113 field public static final String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";