/packages/apps/Gallery2/jni/ |
Android.mk | 29 filters/exposure.c \
|
/external/libexif/libexif/olympus/ |
mnote-olympus-tag.c | 52 {MNOTE_NIKON_TAG_FLASHEXPCOMPENSATION, "FlashExpCompensation", N_("Flash Exposure Compensation"), ""}, 56 {MNOTE_NIKON_TAG_FLASHEXPOSUREBRACKETVAL, "FlashExposureBracketVal", N_("Flash Exposure Bracket Value"), ""}, 57 {MNOTE_NIKON_TAG_EXPOSUREBRACKETVAL, "ExposureBracketVal", N_("Exposure Bracket Value"), ""}, 129 {MNOTE_OLYMPUS_TAG_EXPOSURECOMP, "ExposureCompensation", N_("Exposure Compensation"), ""}, 147 {MNOTE_OLYMPUS_TAG_FLASHEXPOSURECOMP, "FlashExposureComp", N_("Flash Exposure Comp"), ""},
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
BurstCaptureRawTest.java | 94 * Round [exposure, gain] down, rather than to the nearest, in RAW 10/16 96 * Verify the value of metadata (exposure and sensitivity) is rounded down if the request cannot 243 "Received capture result, exposure = %d, sensitivity = %d. " 244 + "Requested exposure = %d, sensitivity = %d.", 249 String.format("Exposure value is greater than requested: " 321 "Received capture result, exposure = %d, sensitivity = %d. " 322 + "Requested exposure = %d, sensitivity = %d.", 334 String.format("Exposure value is greater than requested: " 384 "Received capture result, exposure = %d, sensitivity = %d, timestamp = %d", 516 * Construct an array of burst request with manual exposure and sensitivity [all...] |
CaptureRequestTest.java | 64 /** 30ms exposure time must be supported by full capability devices. */ 132 * Test black level lock when exposure value change. 135 * camera device should lock the black level. When the exposure values are changed, 137 * parameters (such as exposure time) may require resetting of black level 138 * compensation. However, the black level must remain locked after exposure 156 // Start with default manual exposure time, with black level being locked. 166 // No lock OFF state is allowed as the exposure is not changed. 169 // Double the exposure time and gain, with black level still being locked. 174 // Allow at most one lock OFF state as the exposure is changed once. 271 // Allow at most one lock OFF state as the exposure is changed once [all...] |
BurstCaptureTest.java | 278 "exposure time %d ns", cameraId, burstFrameDuration, burstExposure), 281 assertTrue(String.format("Cam %s: Exposure time is not valid: %d", 310 long exposure = burstResult.get(CaptureResult.SENSOR_EXPOSURE_TIME); local 312 assertTrue("Cam " + cameraId + ": Exposure not locked!", 313 exposure == burstExposure);
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMX3A.cpp | 113 if ( mParameters3A.Exposure != mode ) { 114 // If either the new or the old exposure mode is manual set also 116 // the auto gain and exposure flags are configured 117 if ( mParameters3A.Exposure == OMX_ExposureControlOff || 121 mParameters3A.Exposure = mode; 122 CAMHAL_LOGDB("Exposure mode %d", mode); 123 if ( 0 <= mParameters3A.Exposure ) { 131 CAMHAL_LOGDB("Manual Exposure = %d", mode); 137 CAMHAL_LOGDB("Manual Exposure right = %d", mode); 307 CAMHAL_LOGVA("Locking Exposure"); [all...] |
/hardware/ti/omap4-aah/camera/ |
TICameraParameters.cpp | 35 const char TICameraParameters::EXPOSURE_BRACKETING[] = "exposure-bracketing"; 51 const char TICameraParameters::KEY_SUPPORTED_EXPOSURE[] = "exposure-mode-values"; 52 const char TICameraParameters::KEY_EXPOSURE_MODE[] = "exposure"; 53 const char TICameraParameters::KEY_SUPPORTED_MANUAL_EXPOSURE_MIN[] = "supported-manual-exposure-min"; 54 const char TICameraParameters::KEY_SUPPORTED_MANUAL_EXPOSURE_MAX[] = "supported-manual-exposure-max"; 55 const char TICameraParameters::KEY_SUPPORTED_MANUAL_EXPOSURE_STEP[] = "supported-manual-exposure-step"; 59 const char TICameraParameters::KEY_MANUAL_EXPOSURE[] = "manual-exposure"; 60 const char TICameraParameters::KEY_MANUAL_EXPOSURE_RIGHT[] = "manual-exposure-right"; 170 // TI extensions to add exposure preset modes
|
CameraParameters.cpp | 51 const char CameraProperties::SUPPORTED_EXPOSURE_MODES[] = "prop-exposure-mode-values"; 52 const char CameraProperties::SUPPORTED_MANUAL_EXPOSURE_MIN[] = "prop-manual-exposure-min"; 53 const char CameraProperties::SUPPORTED_MANUAL_EXPOSURE_MAX[] = "prop-manual-exposure-max"; 54 const char CameraProperties::SUPPORTED_MANUAL_EXPOSURE_STEP[] = "prop-manual-exposure-step"; 82 const char CameraProperties::EXPOSURE_MODE[] = "prop-exposure-mode-default"; 127 const char CameraProperties::AUTO_EXPOSURE_LOCK[] = "prop-auto-exposure-lock"; 128 const char CameraProperties::AUTO_EXPOSURE_LOCK_SUPPORTED[] = "prop-auto-exposure-lock-supported";
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 60 * by alternating the sensor's exposure time between two exposure values on even and odd 64 * <p>The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure, 65 * and the fused HDR viewfinder. The latter two use manual exposure controlled by the user, 67 * the exposure time of even frames, and the right half controls the exposure time of odd frames. 72 * the even/odd frames are merged together into a single image. By selecting different exposure 111 // These show lengths of exposure for even frames, exposure for odd frames, and auto exposure [all...] |
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 60 * by alternating the sensor's exposure time between two exposure values on even and odd 64 * <p>The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure, 65 * and the fused HDR viewfinder. The latter two use manual exposure controlled by the user, 67 * the exposure time of even frames, and the right half controls the exposure time of odd frames. 72 * the even/odd frames are merged together into a single image. By selecting different exposure 111 // These show lengths of exposure for even frames, exposure for odd frames, and auto exposure [all...] |
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
HdrViewfinderActivity.java | 60 * by alternating the sensor's exposure time between two exposure values on even and odd 64 * <p>The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure, 65 * and the fused HDR viewfinder. The latter two use manual exposure controlled by the user, 67 * the exposure time of even frames, and the right half controls the exposure time of odd frames. 72 * the even/odd frames are merged together into a single image. By selecting different exposure 111 // These show lengths of exposure for even frames, exposure for odd frames, and auto exposure [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_black_white.py | 41 # Take a shot with very low ISO and exposure time. Expect it to 56 # Take a shot with very high ISO and exposure time. Expect it to
|
/external/opencv3/modules/imgcodecs/src/ |
rgbe.hpp | 58 float exposure; /* a value of 1.0 in an image corresponds to member in struct:__anon21691 59 * <exposure> watts/steradian/m^2.
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test.h | 35 #define KEY_EXPOSURE "exposure" 43 #define KEY_COMPENSATION "exposure-compensation" 65 #define KEY_AUTO_EXPOSURE_LOCK "auto-exposure-lock" 300 const char KEY_MANUAL_EXPOSURE[] = "manual-exposure"; 302 const char KEY_MANUAL_EXPOSURE_RIGHT[] = "manual-exposure-right"; 309 const char KEY_SUPPORTED_MANUAL_EXPOSURE_MIN[] = "supported-manual-exposure-min"; 310 const char KEY_SUPPORTED_MANUAL_EXPOSURE_MAX[] = "supported-manual-exposure-max"; 311 const char KEY_SUPPORTED_MANUAL_EXPOSURE_STEP[] = "supported-manual-exposure-step";
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Sensor.h | 29 * configuration, the sensor's registers for settings such as exposure time, 43 * Frame 0-1: Frame duration 50 ms, exposure time 20 ms. 44 * Frame 2: Frame duration 75 ms, exposure time 65 ms. 147 EXPOSURE_START, // Start of exposure
|
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/ |
DoSFilter-mbean.properties | 1 DoSFilter: Limit exposure to abuse from request flooding, whether malicious, or as a result of a misconfigured client.
|
/external/libxml2/python/ |
TODO | 14 - xmlBuffer exposure
|
/frameworks/base/core/java/android/os/ |
FileUriExposedException.java | 25 * This exposure is discouraged since the receiving app may not have access to
|
/hardware/libhardware/modules/usbcamera/ |
UsbCamera.cpp | 262 // TODO: set fast auto-focus, auto-whitebalance, auto-exposure, auto flash 272 // TODO: set fast auto-focus, auto-whitebalance, auto-exposure, auto flash 282 // TODO: set slow auto-focus, auto-whitebalance, auto-exposure, flash off 292 // TODO: set slow auto-focus, auto-whitebalance, auto-exposure, flash off
|
/packages/apps/Camera2/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;" +
|
/cts/apps/CameraITS/tests/scene3/ |
test_edge_enhancement.py | 30 for a capture request with the given edge mode, sensitivity, exposure 38 exp: Exposure time for the request as defined in 95 # Get proper sensitivity, exposure time, and focus distance.
|
/device/generic/goldfish/camera/ |
EmulatedFakeCamera3.h | 258 // to target exposure 262 // Maximum stop below 'normal' exposure time that we'll wander to while 265 // Maximum stop above 'normal' exposure time that we'll wander to while
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 78 {MNOTE_PENTAX2_TAG_EXPOSURE_TIME, "ExposureTime", N_("Exposure Time"), ""}, 81 {MNOTE_PENTAX2_TAG_EXPOSURE_COMPENSATION, "ExposureCompensation", N_("Exposure Compensation"), ""}, 109 {MNOTE_PENTAX2_TAG_FLASH_EXPOSURE_COMP, "FlashExposureComp", N_("Flash Exposure Compensation"), ""},
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_intf.h | 84 /* supported auto exposure modes */ 103 int exposure_compensation_min; /* min value of exposure compensation index */ 104 int exposure_compensation_max; /* max value of exposure compensation index */ 105 int exposure_compensation_default; /* default value of exposure compensation index */ 107 cam_rational_type_t exp_compensation_step; /* exposure compensation step value */ 168 uint8_t auto_exposure_lock_supported; /* flag if auto exposure lock is supported */ 183 /* QCOM HDR specific control. Indicates number of frames and exposure needs for the frames */ [all...] |
/external/opencv3/modules/videoio/include/opencv2/videoio/ |
videoio_c.h | 167 CV_CAP_PROP_AUTO_EXPOSURE =21, // exposure control done by camera, 250 CV_CAP_PROP_XI_AEAG = 415, // Automatic exposure/gain 251 CV_CAP_PROP_XI_EXP_PRIORITY = 416, // Exposure priority (0.5 - exposure 50%, gain 50%). 252 CV_CAP_PROP_XI_AE_MAX_LIMIT = 417, // Maximum limit of exposure in AEAG procedure 352 CV_CAP_PROP_SPEED = 17007, // Exposure speed. Can be readonly, depends on camera program. 354 CV_CAP_PROP_EXPOSUREPROGRAM = 17009, // Camera exposure program.
|