/system/media/camera/docs/ |
metadata_properties.xml | 386 The camera device will not adjust exposure duration to 392 The camera device will adjust exposure duration to 398 The camera device will adjust exposure duration to 413 The desired setting for the camera device's auto-exposure 424 a camera device. If a camera sets its exposure time to the 429 Therefore, the auto-exposure routines of camera devices 431 exposure value will not cause such banding. The choice of 432 exposure time depends on the rate of flicker, which the 447 If manual exposure control is enabled (by setting 450 ensure it selects exposure times that do not cause bandin [all...] |
ndk_metadata_properties.xml | 386 The camera device will not adjust exposure duration to 392 The camera device will adjust exposure duration to 398 The camera device will adjust exposure duration to 413 The desired setting for the camera device's auto-exposure 424 a camera device. If a camera sets its exposure time to the 429 Therefore, the auto-exposure routines of camera devices 431 exposure value will not cause such banding. The choice of 432 exposure time depends on the rate of flicker, which the 447 If manual exposure control is enabled (by setting 450 ensure it selects exposure times that do not cause bandin [all...] |
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.h | 57 // Set the duration of exposure for determining luminous exposure.
|
/device/huawei/angler/camera/ |
QCameraParameters.h | 158 // Values for auto exposure settings. 184 // Values for auto exposure settings.
|
/device/lge/bullhead/camera/ |
QCameraParameters.h | 158 // Values for auto exposure settings. 184 // Values for auto exposure settings.
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraParameters.h | 157 // Values for auto exposure settings. 183 // Values for auto exposure settings.
|
/device/moto/shamu/camera/ |
QCameraParameters.h | 158 // Values for auto exposure settings. 184 // Values for auto exposure settings.
|
/frameworks/base/docs/html/tv/adt-1/ |
regulatory.jd | 20 <p>To satisfy FCC and IC exposure requirements, a separation distance of at least 20 cm should 55 frequency exposure limits. The Wireless Device should be used in such a manner such that the
|
/hardware/qcom/camera/ |
QCameraParameters.h | 157 // Values for auto exposure settings. 183 // Values for auto exposure settings.
|
/hardware/ti/omap4xxx/camera/inc/ |
TICameraParameters.h | 112 // TI extensions for Manual Gain and Manual Exposure 178 // TI extensions to add exposure preset modes to android api
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMX3A.cpp | 119 if ( ( str != NULL ) && ( mParameters3A.Exposure != mode )) 121 mParameters3A.Exposure = mode; 122 CAMHAL_LOGDB("Exposure mode %d", mode); 123 if ( 0 <= mParameters3A.Exposure ) 290 CAMHAL_LOGVA("Locking Exposure"); 296 CAMHAL_LOGVA("UnLocking Exposure"); 415 Gen3A.Exposure = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_EXPOSURE_MODE, ExpLUT); 440 exp.eExposureControl = (OMX_EXPOSURECONTROLTYPE)Gen3A.Exposure; 447 CAMHAL_LOGEB("Error while configuring exposure mode 0x%x", eError); 451 CAMHAL_LOGDA("Camera exposure mode configured successfully") [all...] |
/cts/apps/CameraITS/tests/dng_noise_model/ |
dng_noise_model.py | 47 # Exposure bracketing range in stops 51 # Colors used for plotting the data for each exposure. 102 # If the auto-exposure result is too bright for the highest 130 # Get the exposure for this sensitivity and exposure time.
|
/external/opencv3/modules/imgcodecs/src/ |
rgbe.cpp | 163 if (fprintf(fp,"EXPOSURE=%g\n",info->exposure) < 0) 183 info->gamma = info->exposure = 1.0; 211 else if (info && (sscanf(buf,"EXPOSURE=%g",&tempf) == 1)) { 212 info->exposure = tempf;
|
/packages/apps/Camera2/res/values/ |
strings.xml | 99 <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] --> 100 <string name="exposure_time">Exposure time</string> 378 <!-- Exposure settings in preference --> 379 <string name="pref_exposure_title">Exposure</string> 381 <!-- menu label exposure compensation [CHAR LIMIT=50] --> 382 <string name="pref_exposure_label">EXPOSURE</string> [all...] |
/packages/apps/Camera2/src/com/android/camera/settings/ |
CameraSettingsActivity.java | 89 // Check if manual exposure is available, so we can decide whether to 95 // The exposure compensation is supported when both of the following conditions meet 97 // - the valid camera supports the exposure compensation 105 // Hides the option if neither front and back camera support exposure compensation. 167 // If manual exposure not enabled, hide the Advanced screen.
|
/packages/apps/Camera2/res/values-tl/ |
strings.xml | 57 <string name="exposure_time" msgid="949787291620767754">"Exposure time"</string> 150 <string name="pref_exposure_title" msgid="7525751789152582800">"Exposure"</string> 151 <string name="pref_exposure_label" msgid="2604738602400261218">"EXPOSURE"</string> 336 <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Manual Exposure Compensation"</string> 337 <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Exposure Compensation -2"</string> 338 <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Exposure Compensation -1"</string> 339 <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Exposure Compensation 0"</string [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/device/huawei/angler/camera/QCamera2/stack/common/ |
cam_intf.h | 85 /* supported auto exposure modes */ 116 int32_t exposure_compensation_min; /* min value of exposure compensation index */ 117 int32_t exposure_compensation_max; /* max value of exposure compensation index */ 118 int32_t exposure_compensation_default; /* default value of exposure compensation index */ 120 cam_rational_type_t exp_compensation_step; /* exposure compensation step value */ 183 uint8_t auto_exposure_lock_supported; /* flag if auto exposure lock is supported */ 198 /* QCOM HDR specific control. Indicates number of frames and exposure needs for the frames */ [all...] |
/device/lge/bullhead/camera/QCamera2/stack/common/ |
cam_intf.h | 85 /* supported auto exposure modes */ 116 int32_t exposure_compensation_min; /* min value of exposure compensation index */ 117 int32_t exposure_compensation_max; /* max value of exposure compensation index */ 118 int32_t exposure_compensation_default; /* default value of exposure compensation index */ 120 cam_rational_type_t exp_compensation_step; /* exposure compensation step value */ 183 uint8_t auto_exposure_lock_supported; /* flag if auto exposure lock is supported */ 198 /* QCOM HDR specific control. Indicates number of frames and exposure needs for the frames */ [all...] |
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_intf.h | 92 /* supported auto exposure modes */ 130 int32_t exposure_compensation_min; /* min value of exposure compensation index */ 131 int32_t exposure_compensation_max; /* max value of exposure compensation index */ 132 int32_t exposure_compensation_default; /* default value of exposure compensation index */ 134 cam_rational_type_t exp_compensation_step; /* exposure compensation step value */ 203 uint8_t auto_exposure_lock_supported; /* flag if auto exposure lock is supported */ 218 /* QCOM HDR specific control. Indicates number of frames and exposure needs for the frames */ [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
ButtonManager.java | 321 throw new IllegalStateException("Exposure Compensation button could not be found."); 491 // Manual exposure uses a regular image button instead of a 595 * Set the exposure compensation parameters supported by the current camera mode. 596 * @param min Minimum exposure compensation value. 597 * @param max Maximum exposure compensation value. 623 * @return The exposure compensation step value. [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CaptureResult.java | 61 * <p>For example, to get the timestamp corresponding to the exposure of the first row: 508 * <p>The desired setting for the camera device's auto-exposure 514 * a camera device. If a camera sets its exposure time to the 518 * <p>Therefore, the auto-exposure routines of camera devices 520 * exposure value will not cause such banding. The choice of 521 * exposure time depends on the rate of flicker, which the 533 * <p>If manual exposure control is enabled (by setting 536 * ensure it selects exposure times that do not cause banding 564 * <p>Adjustment to auto-exposure (AE) target image 569 * <p>For example, if the exposure value (EV) step is 0.333, '6 [all...] |
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_types.h | [all...] |
/cts/apps/CameraITS/tests/ |
tutorial.py | 66 # Grab a YUV frame with manual exposure of sensitivity = 200, exposure 101 print "AE: sensitivity %d, exposure %dms" % (sens, exp/1000000.0)
|
/external/opencv3/modules/stitching/src/ |
exposure_compensate.cpp | 56 CV_Error(Error::StsBadArg, "unsupported exposure compensation method"); 74 LOGLN("Exposure compensation..."); 144 LOGLN("Exposure compensation, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
|