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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
  /hardware/ti/omap4-aah/camera/inc/
General3A_Settings.h 222 int Exposure;
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 232 int Exposure;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 41 * Settings tested against: flash mode, exposure compensation, white balance,
62 public enum Exposure { MIN, MAX, NONE };
129 * Flash: Auto / Exposure: None / WB: Daylight
134 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
139 * Flash: On / Exposure: Min / WB: Fluorescent
144 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
149 * Flash: Off / Exposure: Max / WB: Auto
154 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
159 * Flash: Off / Exposure: Max / WB: Cloudy
164 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [all...]

Completed in 303 milliseconds