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

  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
  /external/dng_sdk/source/
dng_render.h 33 /// \brief Curve for pre-exposure-compensation adjustment based on noise floor,
61 /// \brief Exposure compensation curve for a given compensation amount in stops using
79 dng_function_exposure_tone (real64 exposure);
187 /// Set exposure compensation.
188 /// \param exposure Compensation value in stops, positive or negative.
190 void SetExposure (real64 exposure)
192 fExposure = exposure;
195 /// Get exposure compensation.
198 real64 Exposure () const
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 36 * Settings tested against: flash mode, exposure compensation, white balance,
57 public enum Exposure { MIN, MAX, NONE };
124 * Flash: Auto / Exposure: None / WB: Daylight
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
134 * Flash: On / Exposure: Min / WB: Fluorescent
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
144 * Flash: Off / Exposure: Max / WB: Auto
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
154 * Flash: Off / Exposure: Max / WB: Cloudy
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [all...]

Completed in 279 milliseconds