/pdk/apps/CameraITS/tests/ |
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 If no exposure value is provided, the camera will be used to measure 37 For bring-up purposes, the exposure value may be manually set to a hard- 47 # Automatically measure target exposure. 51 # Hard-code the target exposure. 52 exposure = float(non_reboot_argv[1]) 53 its.target.set_hardcoded_exposure(exposure) 55 print "Usage: python %s [EXPOSURE]" [all...] |
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraControls.java | 35 public synchronized void setExposure(long exposure) { 36 mExposure = exposure;
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
exposure.rs | 26 uchar4 __attribute__((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 | 25 void exposure(const uchar4 *in, uchar4 *out)
|
/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" 67 # Capture a manual shot with this exposure, using a linear tonemap. 83 # Compute the exposure value that would result in a luma of 0.5. 86 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 | 30 filters/exposure.c \
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraSettings.java | 167 IconListPreference exposure = local 213 if (exposure != null) buildExposureCompensation(group, exposure); 236 PreferenceGroup group, IconListPreference exposure) { 240 removePreference(group, exposure.getKey()); 245 // show only integer values for exposure compensation 263 exposure.setUseSingleIcon(true); 264 exposure.setEntries(entries); 265 exposure.setLabels(labels); 266 exposure.setEntryValues(entryValues) 443 String exposure = preferences.getString( local [all...] |
/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 \
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
HDRRenderer.java | 87 private float exposure = 0.18f;
field in class:HDRRenderer 123 this.exposure = exp;
237 tone.setFloat("A", exposure);
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
HDRLoader.java | 224 float exposure = -1f; local 273 }else if (var.equals("exposure")){ 274 exposure = Float.parseFloat(value);
|
/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/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) {
|
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');
|
/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...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
gallery.css | 649 .gallery > .toolbar button.exposure { 655 .gallery > .toolbar button.exposure:active, 656 .gallery > .toolbar button.exposure[pressed] {
|
/development/ndk/platforms/android-14/include/OMXAL/ |
OpenMAXAL.h | [all...] |
/frameworks/wilhelm/include/OMXAL/ |
OpenMAXAL.h | [all...] |