HomeSort by relevance Sort by last modified time
    Searched defs:Exposure (Results 1 - 7 of 7) 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 {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_adjust.js 134 * Exposure/contrast filter.
137 ImageEditor.Mode.Exposure = function() {
138 ImageEditor.Mode.ColorFilter.call(this, 'exposure', 'GALLERY_EXPOSURE');
141 ImageEditor.Mode.Exposure.prototype =
148 ImageEditor.Mode.Exposure.prototype.createTools = function(toolbar) {
  /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 42 * Settings tested against: flash mode, exposure compensation, white balance,
63 public enum Exposure { MIN, MAX, NONE };
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...]

Completed in 100 milliseconds