Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_1/
Dtest_param_flash_mode.py66 camera_properties_utils.flash(props))
/cts/apps/CameraITS/tests/scene2_a/
Dtest_auto_flash.py111 camera_properties_utils.flash(props) and
/cts/apps/CameraITS/utils/
Dcamera_properties_utils.py470 def flash(props): function
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java137 public final float flash; field in ExifInterfaceTest.ExpectedValue
197 flash = typedArray.getFloat(index++, 0f); in ExpectedValue()
355 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.java3527 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local
3528 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dcurrent.txt11897 field public static final String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";