HomeSort by relevance Sort by last modified time
    Searched defs:Flash (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 42 * Settings tested against: flash mode, exposure compensation, white balance,
62 public enum Flash { ON, OFF, AUTO };
130 * Flash: Auto / Exposure: None / WB: Daylight
135 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
140 * Flash: On / Exposure: Min / WB: Fluorescent
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
150 * Flash: Off / Exposure: Max / WB: Auto
155 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
160 * Flash: Off / Exposure: Max / WB: Cloudy
165 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED |
469 public static interface Flash {
546 public static final short FLASH = 4;
    [all...]

Completed in 94 milliseconds