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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
ImageProcessingActivity.java 97 EXPOSURE ("Exposure"),
347 case EXPOSURE:
348 mTest = new Exposure();
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
ImageProcessingActivity2.java 96 EXPOSURE ("Exposure"),
307 case EXPOSURE:
308 mTest = new Exposure();
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
IPTestListJB.java 70 EXPOSURE ("Exposure", RELAXED_FP, 64.7f),
172 case EXPOSURE:
173 return new 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...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/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) {
filter.js 517 * Return an exposure filter.
518 * @param {Object} options exposure options.
519 * @return {function(ImageData,ImageData,number,number)} Exposure filter.
521 filter.exposure = function(options) {
  /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) {
filter.js 517 * Return an exposure filter.
518 * @param {Object} options exposure options.
519 * @return {function(ImageData,ImageData,number,number)} Exposure filter.
521 filter.exposure = function(options) {
  /hardware/ti/omap4-aah/camera/inc/
General3A_Settings.h 222 int Exposure;
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 232 int Exposure;
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 113 if ( mParameters3A.Exposure != mode ) {
114 // If either the new or the old exposure mode is manual set also
116 // the auto gain and exposure flags are configured
117 if ( mParameters3A.Exposure == OMX_ExposureControlOff ||
121 mParameters3A.Exposure = mode;
122 CAMHAL_LOGDB("Exposure mode %d", mode);
123 if ( 0 <= mParameters3A.Exposure ) {
131 CAMHAL_LOGDB("Manual Exposure = %d", mode);
137 CAMHAL_LOGDB("Manual Exposure right = %d", mode);
307 CAMHAL_LOGVA("Locking Exposure");
    [all...]
OMXCameraAdapter.cpp 370 mParameters3A.Exposure = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_EXPOSURE_MODE, ExpLUT);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 119 if ( ( str != NULL ) && ( mParameters3A.Exposure != mode ))
121 mParameters3A.Exposure = mode;
122 CAMHAL_LOGDB("Exposure mode %d", mode);
123 if ( 0 <= mParameters3A.Exposure )
290 CAMHAL_LOGVA("Locking Exposure");
296 CAMHAL_LOGVA("UnLocking Exposure");
415 Gen3A.Exposure = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_EXPOSURE_MODE, ExpLUT);
440 exp.eExposureControl = (OMX_EXPOSURECONTROLTYPE)Gen3A.Exposure;
447 CAMHAL_LOGEB("Error while configuring exposure mode 0x%x", eError);
451 CAMHAL_LOGDA("Camera exposure mode configured successfully")
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 65 new ImageEditor.Mode.Exposure(),
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 65 new ImageEditor.Mode.Exposure(),
    [all...]

Completed in 516 milliseconds