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

1 2 3

  /pdk/apps/CameraITS/tools/
config.py 20 """Set the target exposure.
26 python config.py - Measure the target exposure, and cache it.
27 python config.py EXP - Hard-code (and cache) the target exposure.
32 exposure value is cleared regardless.
34 If no exposure value is provided, the camera will be used to measure
39 For bring-up purposes, the exposure value may be manually set to a hard-
51 # Automatically measure target exposure.
53 exposure = its.target.get_target_exposure(cam)
55 # Hard-code the target exposure.
56 exposure = int(args[1]
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraManualControls.java 44 public void setExposure(long exposure) {
45 mExposure = exposure;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
exposure.rs 25 void exposure(const uchar4 *in, uchar4 *out)
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
  /pdk/apps/CameraITS/pymodules/its/
target.py 28 """Use device 3A and captured shots to determine scene exposure.
38 the exact exposure level that will result in a center 10% by 10% patch of
44 The computed exposure value is the product of the sensitivity (ISO) and
45 exposure time (ns) to achieve that sensor exposure level.
51 The measured product of sensitivity and exposure time that results in
54 print "Measuring target exposure"
68 # Capture a manual shot with this exposure, using a linear tonemap.
84 # Compute the exposure value that would result in a luma of 0.5.
87 def __set_cached_target_exposure(exposure)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterExposure.java 24 private static final String SERIALIZATION_NAME = "EXPOSURE";
26 mName = "Exposure";
32 representation.setName("Exposure");
35 representation.setTextId(R.string.exposure);
  /packages/apps/Gallery2/jni/
Android.mk 29 filters/exposure.c \
  /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...]
  /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...]
Camera.java 644 String exposure = mFormatter.toString(); local
645 mExposureIndicator.setText(exposure);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 33 exposure.cpp \
  /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) {
image_editor.js 583 this.enterModeByName_('exposure');
  /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/omap4xxx/test/CameraHal/
camera_test_menu.cpp 392 const char *exposure[] = {"auto", "macro", "portrait", "landscape", "sports", "night", "night-portrait", "backlighting", "manual"}; variable
1180 params.set(KEY_EXPOSURE, exposure[exposure_mode]);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 125 int exposure; member in struct:android::ExynosCameraInfo
413 //! Gets the state of the auto-exposure lock.
428 //! Gets the current exposure compensation index.
431 //! Gets the exposure compensation step.
463 //! Gets the maximum exposure compensation index.
481 //! Gets the minimum exposure compensation index.
561 //! Returns true if auto-exposure locking is supported.
590 //! Sets the auto-exposure lock state.
599 //! Sets the exposure compensation index.
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 160 exposure = 0;
292 exposure = 0;
409 exposure = 0;
524 exposure = 0;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 269 * Get the exposure time value and clamp to the range if needed.
271 * @param exposure Input exposure time value to check.
272 * @return Exposure value in the legal range.
274 public long getExposureClampToRange(long exposure) {
292 return Math.max(minExposure, Math.min(maxExposure, exposure));
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
gallery.css 649 .gallery > .toolbar button.exposure {
655 .gallery > .toolbar button.exposure:active,
656 .gallery > .toolbar button.exposure[pressed] {
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 657 .gallery > .toolbar button.exposure {
663 .gallery > .toolbar button.exposure:active,
664 .gallery > .toolbar button.exposure[pressed] {
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1116 uint32_t exposure[] = { static_cast<uint32_t>(exposureTime), denominator }; local
    [all...]

Completed in 655 milliseconds

1 2 3