/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.java | 23 public class Exposure extends TestBase {
|
IPTestList.java | 70 EXPOSURE ("Exposure", RELAXED_FP, 73.4f), 174 case EXPOSURE: 175 return new Exposure();
|
exposure.rs | 26 uchar4 RS_KERNEL exposure(uchar4 in)
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Exposure.java | 23 public class Exposure extends TestBase {
|
exposure.rs | 26 uchar4 RS_KERNEL exposure(uchar4 in)
|
IPTestListJB.java | 70 EXPOSURE ("Exposure", RELAXED_FP, 73.4f), 176 case EXPOSURE: 177 return new Exposure();
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
exposure_f.rs | 28 float4 RS_KERNEL exposure(float4 in)
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
exposure.cpp | 17 // Native function to extract exposure from image (handed down as ByteBuffer). 19 #include "exposure.h"
|
Android.mk | 33 exposure.cpp \
|
/external/dng_sdk/source/ |
dng_exif.h | 228 /// Utility to fix up common errors and rounding issues with EXIF exposure 233 /// Set exposure time and shutter speed fields. Optionally fix up common 234 /// errors and rounding issues with EXIF exposure times. 235 /// \param et Exposure time in seconds. 237 /// EXIF exposure times. 242 /// Set shutter speed value (APEX units) and exposure time.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
CameraFunctionalTest.java | 38 * - exposure compensation 116 * Functional test iterating on the range of supported exposure compensation levels 126 assertFalse("Adjusting exposure not supported", (max == 0 && min == 0)); 130 // only get integer values for exposure compensation 138 Log.v(TAG, "Setting exposure compensation index to " + i); 147 fail("Camera exposure compensation test Exception");
|
/external/libexif/libexif/canon/ |
mnote-canon-tag.c | 73 {MNOTE_CANON_TAG_SETTINGS_1, 19, N_("Exposure Mode")}, 99 {MNOTE_CANON_TAG_SETTINGS_2, 4, N_("Target Exposure Time")}, 100 {MNOTE_CANON_TAG_SETTINGS_2, 5, N_("Exposure Compensation")}, 106 {MNOTE_CANON_TAG_SETTINGS_2, 14, N_("Flash Exposure Compensation")}, 112 {MNOTE_CANON_TAG_SETTINGS_2, 21, N_("Exposure Time")},
|
/frameworks/av/include/camera/ |
CameraParameters.h | 309 // Exposure compensation index. 0 means exposure is not adjusted. 312 // The maximum exposure compensation index (>=0). 315 // The minimum exposure compensation index (<=0). 318 // The exposure compensation step. Exposure compensation index multiply by 319 // step eqals to EV. Ex: if exposure compensation index is -6 and step is 323 // The state of the auto-exposure lock. "true" means that 324 // auto-exposure is locked to its current value and will not 325 // 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...] |
/cts/apps/CameraITS/tests/scene0/ |
test_capture_result_dump.py | 27 # Arbitrary capture request exposure values; image content is not
|
/cts/apps/CameraITS/tests/scene1/ |
test_3a.py | 29 print "AE: sensitivity %d, exposure %dms" % (sens, exp/1000000)
|
test_exposure.py | 27 """Test that a constant exposure is seen as ISO and exposure time vary. 29 Take a series of shots that have ISO and exposure time chosen to balance 86 # Allow more threshold for devices with wider exposure range
|
/docs/source.android.com/src/devices/camera/ |
camera3_3Amodes.jd | 49 <li>In OFF mode, each of the individual Auto-focus(AF), auto-exposure (AE), and 110 <h2 id="auto-exposure">Auto-exposure settings and result entries</h2> 112 ANDROID_CONTROL_AE_MODE: Control for selecting the current auto-exposure mode. 114 AE_MODE_OFF: Autoexposure is disabled; the user controls exposure, gain, frame 131 exposure parameters.<br/> 132 AE_STATE_CONVERGED: AE has found good exposure values for the current scene, and 133 the exposure parameters are not changing. HAL may spontaneously leave this state 135 AE_STATE_LOCKED: AE has been locked with the AE_LOCK control. Exposure values 137 AE_STATE_FLASH_REQUIRED: The HAL has converged exposure but believes flash is [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/ |
camera_graph.xml | 65 <filter class="ExposureFilter" name="exposure" /> 138 targetFilter="exposure" targetPort="image" /> 139 <connect sourceFilter="exposure" sourcePort="underExposureRating" 141 <connect sourceFilter="exposure" sourcePort="overExposureRating"
|
/hardware/libhardware/modules/camera/ |
ExampleCamera.cpp | 219 // TODO: set fast auto-focus, auto-whitebalance, auto-exposure, auto flash 230 // TODO: set fast auto-focus, auto-whitebalance, auto-exposure, auto flash 241 // TODO: set slow auto-focus, auto-whitebalance, auto-exposure, flash off 252 // TODO: set slow auto-focus, auto-whitebalance, auto-exposure, flash off
|
/hardware/libhardware/tests/camera2/ |
CameraMultiStreamTests.cpp | 39 // 1% tolerance margin for exposure sanity check against metadata 41 // 5% tolerance margin for exposure sanity check against capture times 352 // Submit a series of requests with the specified exposure/gain values. 359 ALOGV("Submitting request with: id %d with exposure %" PRId64 ", sensitivity %d", 377 * Raise the timeout to be at least twice as long as the exposure 452 * we render this stream to display and vary the exposure time for 456 * a burst is issued for different exposure times and analog gains 468 * 2. Manual control(gain/exposure) of mutiple burst capture. 623 // Generate exposure and sensitivity lists 664 // Sweep the exposure value for preview, just for visual inspection purpose [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
MeteringParameters.java | 37 * @return The current auto-exposure metering regions.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
BasicCameraFactory.java | 52 * <li>Auto exposure, based on the current flash-setting</li> 85 Observable<Integer> exposure, 95 CaptureRequest.CONTROL_AE_EXPOSURE_COMPENSATION, exposure); 134 SafeCloseable exposureCallback = exposure.addCallback(mPreviewUpdater, MoreExecutors
|