HomeSort by relevance Sort by last modified time
    Searched full:exposure (Results 126 - 150 of 572) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 352 // Test case 34: Exposure
355 TestAction ta = new TestAction(TestName.EXPOSURE);
356 runTest(ta, TestName.EXPOSURE.name());
ImageProcessingActivity.java 97 EXPOSURE ("Exposure"),
347 case EXPOSURE:
348 mTest = new Exposure();
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingTest.java 367 // Test case 34: Exposure
370 TestAction ta = new TestAction(TestName.EXPOSURE);
371 runTest(ta, TestName.EXPOSURE.name());
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 29 # Arbitrary capture request exposure values; image content is not
  /cts/apps/CameraITS/tests/scene1/
test_auto_vs_manual.py 42 print "AE sensitivity %d, exposure %dms" % (sens, exp/1000000.0)
  /developers/build/prebuilts/gradle/Camera2Raw/
README.md 7 run auto-focus, auto-exposure metering, and auto-white-balance; capture a JPEG and
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 164 /* Sets the exposure compensation for the camera device.
294 /** Computes a luminance value after taking the exposure compensation.
300 * The luminance value after adjusting the exposure compensation.
520 /* Exposure compensation value */
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraParameters.cpp 54 const char QCameraParameters::KEY_QC_AUTO_EXPOSURE[] = "auto-exposure";
55 const char QCameraParameters::KEY_QC_SUPPORTED_AUTO_EXPOSURE[] = "auto-exposure-values";
84 // Values for auto exposure settings.
122 // Values for auto exposure settings.
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 387 /*Exposure time*/
400 ALOGE("%s:%d]: Error adding Exif Entry Exposure time",
447 /*Exposure Program*/
455 /*Exposure Mode */
  /docs/source.android.com/src/devices/camera/
camera3_metadata.jd 37 capturing a given frame. The actual values of the controls (exposure time, frame
  /external/libexif/libexif/fuji/
mnote-fuji-tag.c 55 {MNOTE_FUJI_TAG_AUTO_EXPOSURE_CHECK, "AutoExposureCheck", N_("Auto Exposure Check"), ""},
  /frameworks/base/docs/html/distribute/stories/games/
glu-eternity-warriors.jd 35 screen, providing it exposure by grouping it with similar ?freebies? options.
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
example.rst 78 It allows the exposure of UART pins on supported boards, with basic
  /hardware/libhardware/modules/camera/
Camera.h 84 // Send a shutter notify message with start of exposure time
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 420 /* Exposure time */
437 LOGE(": Error adding Exif Entry Exposure time");
483 /*Exposure Program*/
491 /*Exposure Mode */
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AETriggerResult.java 39 * Maintains the current state of auto-exposure scans resulting from explicit
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInterface.java 124 * @param normExposure Exposure value normalized from 0 to 1.
  /pdk/apps/TestingCamera2/res/values/
strings.xml 100 <string name="exposure_time_prompt">Exposure Time: </string>
  /external/dng_sdk/source/
dng_render.cpp 82 dng_function_exposure_tone::dng_function_exposure_tone (real64 exposure)
84 : fIsNOP (exposure >= 0.0)
99 fSlope = pow (2.0, exposure);
911 // Compute exposure/shadows ramp.
913 real64 exposure = fParams.Exposure () + local
919 real64 white = 1.0 / pow (2.0, Max_real64 (0.0, exposure));
940 // If there is any negative exposure compenation to perform
941 // (beyond what the camera provides for with its baseline exposure),
944 dng_function_exposure_tone exposureTone (exposure);
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 442 // Relative Exposure example: "-30,-10, 0, 10, 30"
443 // Absolute Gain ex. (exposure,gain) pairs: "(100,300),(200,300),(400,300),(800,300),(1600,300)"
444 // Relative Gain ex. (exposure,gain) pairs: "(-30,+0),(-10, +0),(+0,+0),(+10,+0),(+30,+0)"
445 // Forced relative Exposure example: "-30F,-10F, 0F, 10F, 30F"
446 // Forced absolute Gain ex. (exposure,gain) pairs: "(100,300)F,(200,300)F,(400,300)F,(800,300)F,(1600,300)F"
447 // Forced relative Gain ex. (exposure,gain) pairs: "(-30,+0)F,(-10, +0)F,(+0,+0)F,(+10,+0)F,(+30,+0)F"
455 // if gainRange is given rangeStr should be (exposure, gain) pair
520 CAMHAL_LOGEA("Exposure compensation values pointer is invalid");
674 // exposure,gain pair
702 // Repeat last exposure and agai
    [all...]
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java 275 public void setExposure(long exposure) {
276 mCameraOps.setExposure(exposure);
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 236 MSM_ISP_STATS_BE, /* Bayer Exposure*/
239 MSM_ISP_STATS_HDR_BE, /* HDR Bayer Exposure */
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraCharacteristicsImpl.java 198 // Turn off exposure compensation for Nexus 6 on L (API level 21)
250 // Auto-Exposure is supported if the device supports one or more AE regions
  /frameworks/av/camera/
CameraParameters.cpp 68 const char CameraParameters::KEY_EXPOSURE_COMPENSATION[] = "exposure-compensation";
69 const char CameraParameters::KEY_MAX_EXPOSURE_COMPENSATION[] = "max-exposure-compensation";
70 const char CameraParameters::KEY_MIN_EXPOSURE_COMPENSATION[] = "min-exposure-compensation";
71 const char CameraParameters::KEY_EXPOSURE_COMPENSATION_STEP[] = "exposure-compensation-step";
72 const char CameraParameters::KEY_AUTO_EXPOSURE_LOCK[] = "auto-exposure-lock";
73 const char CameraParameters::KEY_AUTO_EXPOSURE_LOCK_SUPPORTED[] = "auto-exposure-lock-supported";

Completed in 891 milliseconds

1 2 3 4 56 7 8 91011>>