/external/opencv3/3rdparty/lib/armeabi-v7a/ |
libnative_camera_r4.4.0.so | |
/external/opencv3/3rdparty/lib/x86/ |
libnative_camera_r2.3.3.so | |
libnative_camera_r3.0.1.so | |
libnative_camera_r4.0.3.so | |
libnative_camera_r4.1.1.so | |
libnative_camera_r4.2.0.so | |
libnative_camera_r4.3.0.so | |
libnative_camera_r4.4.0.so | |
/external/opencv3/3rdparty/libtiff/ |
tiff.h | 579 #define EXIFTAG_EXPOSURETIME 33434 /* Exposure time */ 581 #define EXIFTAG_EXPOSUREPROGRAM 34850 /* Exposure program */ 596 #define EXIFTAG_EXPOSUREBIASVALUE 37380 /* Exposure bias */ [all...] |
/frameworks/base/services/core/java/com/android/server/ |
EventLogTags.logtags | 72 27511 notification_expansion (key|3),(user_action|1),(expanded|1),(lifespan|1),(freshness|1),(exposure|1) 74 27520 notification_clicked (key|3),(lifespan|1),(freshness|1),(exposure|1) 76 27521 notification_action_clicked (key|3),(action_index|1),(lifespan|1),(freshness|1),(exposure|1) 78 27530 notification_canceled (key|3),(reason|1),(lifespan|1),(freshness|1),(exposure|1) 80 27531 notification_visibility (key|3),(visibile|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1)
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraCapabilities.java | 302 * Support for automatic exposure lock. 639 * @return The min exposure compensation index. The EV is the compensation 648 * @return The max exposure compensation index. The EV is the compensation 657 * @return The exposure compensation step. The EV is the compensation index 699 Log.v(TAG, "Exposure compensation index is not supported. Min = " +
|
CameraSettings.java | 340 /** Exposure **/ 347 * @return The exposure compensation, with 0 meaning unadjusted.
|
/external/libexif/po/ |
en_AU.po | 973 msgid "Exposure compensation" 974 msgstr "Exposure compensation" 981 msgid "AE lock + exposure compensation" 982 msgstr "AE lock + exposure compensation" [all...] |
en_GB.po | 973 msgid "Exposure compensation" 974 msgstr "Exposure compensation" 981 msgid "AE lock + exposure compensation" 982 msgstr "AE lock + exposure compensation" [all...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_menu.cpp | 227 "Relative exposure compensation", 234 "Relative exposure compensation (forced)", 241 "Absolute exposure and gain", 248 "Absolute exposure and gain (forced)", 255 "Relative exposure and gain", 262 "Relative exposure and gain (forced)", 834 printf("Preview exposure: %6d Preview gain: %4d\n", 935 printf("\n\r\tSupported Exposure modes: %s", params.get("exposure-mode-values")); [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 315 * Get the exposure time value and clamp to the range if needed. 317 * @param exposure Input exposure time value to check. 318 * @return Exposure value in the legal range. 320 public long getExposureClampToRange(long exposure) { 338 return Math.max(minExposure, Math.min(maxExposure, exposure)); [all...] |
/external/libexif/libexif/ |
exif-tag.c | 466 {EXIF_TAG_EXPOSURE_TIME, "ExposureTime", N_("Exposure Time"), 467 N_("Exposure time, given in seconds (sec)."), 485 {EXIF_TAG_EXPOSURE_PROGRAM, "ExposureProgram", N_("Exposure Program"), 486 N_("The class of the program used by the camera to set exposure " 548 "Photographic Exposure) setting."), 558 N_("Exposure Bias") [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
StaticMetadata.java | 315 * Get the exposure time value and clamp to the range if needed. 317 * @param exposure Input exposure time value to check. 318 * @return Exposure value in the legal range. 320 public long getExposureClampToRange(long exposure) { 338 return Math.max(minExposure, Math.min(maxExposure, exposure)); [all...] |
/cts/apps/CameraITS/pymodules/its/ |
caps.py | 221 exposure time 236 """Return whether a device supports target exposure computation in its.target module.
|
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.cpp | 47 // Makes the image with the original exposure compensation darker. 48 // So the effects of changing the exposure compensation can be seen.
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 90 /* has focus flag, exposure idx, 148 /* after shutter, only queue matched exposure index */
|
/external/clang/lib/ASTMatchers/ |
ASTMatchersInternal.cpp | 189 // This prevents unexpected exposure of bound nodes in unmatches 203 // This prevents unexpected exposure of bound nodes in unmatches
|
/frameworks/base/docs/html/about/versions/ |
android-2.2-highlights.jd | 124 controling zoom, flash, white balance, geo-tagging, focus and exposure. Camcorder also provides 261 orientation, zoom controls, access to exposure data, and a thumbnail utility. A new camcorder
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
msmb_isp.h | 101 MSM_ISP_STATS_BE, /* Bayer Exposure*/ 104 MSM_ISP_STATS_HDR_BE, /* HDR Bayer Exposure */
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
IndicatorIconController.java | 242 Log.w(TAG, "Trying to sync exposure indicators that are not initialized."); 247 // Reset all exposure indicator icons.
|