HomeSort by relevance Sort by last modified time
    Searched full:exposure (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /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...]
CameraFunctionalTest.java 50 * - exposure compensation
128 * Functional test iterating on the range of supported exposure compensation levels
138 assertFalse("Adjusting exposure not supported", (max == 0 && min == 0));
142 // only get integer values for exposure compensation
150 Log.v(TAG, "Setting exposure compensation index to " + i);
159 fail("Camera exposure compensation test Exception");
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 33 /* constants for the exposure test */
131 // Range of valid exposure times, in nanoseconds
142 dout << "Min exposure is " << minExp;
143 dout << " max exposure is " << maxExp << std::endl;
145 // Calculate some set of valid exposure times for each request
151 // Our calculated exposure times should be in [minExp, maxExp]
153 << "Minimum exposure range is too high, wanted at most "
156 << "Maximum exposure range is too low, wanted at least "
194 ALOGV("Submitting capture request %d with exposure %lld", i,
196 dout << "Capture request " << i << " exposure is
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterExposure.java 26 mName = "Exposure";
32 representation.setName("Exposure");
34 representation.setTextId(R.string.exposure);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ExposureCompensationTest.java 35 /** Records the current exposure level. */
61 Log.v(TAG, String.format("Exposure level is from %d to %d",
103 /** Checks for each exposure compensation setting within the test range.*/
107 Log.v(TAG, String.format("Current exposure level is %d", i));
124 Log.v(TAG, String.format("Camera exposure level is %d", mCameraExposure));
150 Log.v(TAG, String.format("Current exposure is %f", mExposureLevel));
197 return "Exposure Compensation Test: \n";
  /pdk/apps/TestingCamera/res/values/
strings.xml 48 <string name="exposure_label">Exposure</string>
49 <string name="exposure_lock_on_label">Auto-Exposure Locked</string>
50 <string name="exposure_lock_off_label">Auto-Exposure Unlocked</string>
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
exposure.rs 26 void exposure(const uchar4 *in, uchar4 *out)
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
exposure.rs 25 void exposure(const uchar4 *in, uchar4 *out)
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Exposure.java 23 public class Exposure extends TestBase {
exposure.rs 25 void exposure(const uchar4 *in, uchar4 *out)
  /packages/apps/Gallery2/src/com/android/camera/
CameraSettings.java 165 IconListPreference exposure = local
213 if (exposure != null) buildExposureCompensation(group, exposure);
238 PreferenceGroup group, IconListPreference exposure) {
242 removePreference(group, exposure.getKey());
247 // show only integer values for exposure compensation
265 exposure.setUseSingleIcon(true);
266 exposure.setEntries(entries);
267 exposure.setLabels(labels);
268 exposure.setEntryValues(entryValues)
445 String exposure = preferences.getString( local
    [all...]
OnScreenIndicators.java 78 * Sets the exposure indicator using exposure compensations step rounding.
90 * Set the exposure indicator to the given value.
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 163 IconListPreference exposure = local
211 if (exposure != null) buildExposureCompensation(group, exposure);
236 PreferenceGroup group, IconListPreference exposure) {
240 removePreference(group, exposure.getKey());
245 // show only integer values for exposure compensation
260 exposure.setUseSingleIcon(true);
261 exposure.setEntries(entries);
262 exposure.setEntryValues(entryValues);
263 exposure.setLargeIconIds(icons)
439 String exposure = preferences.getString( local
    [all...]
  /frameworks/av/include/camera/
CameraParameters.h 300 // Exposure compensation index. 0 means exposure is not adjusted.
303 // The maximum exposure compensation index (>=0).
306 // The minimum exposure compensation index (<=0).
309 // The exposure compensation step. Exposure compensation index multiply by
310 // step eqals to EV. Ex: if exposure compensation index is -6 and step is
314 // The state of the auto-exposure lock. "true" means that
315 // auto-exposure is locked to its current value and will not
316 // change. "false" means the auto-exposure routine is free t
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 13 #define KEY_EXPOSURE "exposure"
21 #define KEY_COMPENSATION "exposure-compensation"
40 #define KEY_AUTO_EXPOSURE_LOCK "auto-exposure-lock"
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 143 ListPreference exposure = group.findPreference(KEY_EXPOSURE); local
185 if (exposure != null) buildExposureCompensation(group, exposure);
196 PreferenceGroup group, ListPreference exposure) {
200 removePreference(group, exposure.getKey());
205 // show only integer values for exposure compensation
216 exposure.setEntries(entries);
217 exposure.setEntryValues(entryValues);
364 String exposure = preferences.getString( local
368 return Integer.parseInt(exposure);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/post/
BloomUI.java 50 System.out.println("-- exposure Power : press U to increase, J to decrease");
51 System.out.println("-- exposure CutOff : press I to increase, K to decrease");
86 System.out.println("exposure CutOff : " + filter.getExposureCutOff());
90 System.out.println("exposure CutOff : " + filter.getExposureCutOff());
  /packages/apps/Gallery2/jni/
Android.mk 30 filters/exposure.c \
  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 31 ALOGV("Start Processing Exposure Compensation Test Data!");
54 snprintf(debugText, 50, "Exposure is %f \n", mExposureValues[i]);
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 27 * configuration, the sensor's registers for settings such as exposure time,
41 * Frame 0-1: Frame duration 50 ms, exposure time 20 ms.
42 * Frame 2: Frame duration 75 ms, exposure time 65 ms.
145 EXPOSURE_START, // Start of exposure
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 239 "min-exposure-compensation=-30;max-exposure-compensation=30;" +
240 "exposure-compensation=0;exposure-compensation-step=0.1;" +
  /packages/apps/Gallery2/tests_camera/src/com/android/camera/activity/
CameraTestCase.java 239 "min-exposure-compensation=-30;max-exposure-compensation=30;" +
240 "exposure-compensation=0;exposure-compensation-step=0.1;" +
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 265 // to target exposure
269 // Maximum stop below 'normal' exposure time that we'll wander to while
272 // Maximum stop above 'normal' exposure time that we'll wander to while

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 910