OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 {
/external/chromium_org/chrome/browser/resources/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) {
/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 94 milliseconds