HomeSort by relevance Sort by last modified time
    Searched refs:exposure (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
exposure_f.rs 28 float4 RS_KERNEL exposure(float4 in)
  /cts/apps/CameraITS/tools/
config.py 20 """Set the target exposure.
26 python config.py - Measure the target exposure, and cache it.
27 python config.py EXP - Hard-code (and cache) the target exposure.
32 exposure value is cleared regardless.
34 If no exposure value is provided, the camera will be used to measure
39 For bring-up purposes, the exposure value may be manually set to a hard-
51 # Automatically measure target exposure.
53 exposure = its.target.get_target_exposure(cam)
55 # Hard-code the target exposure.
56 exposure = int(args[1]
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraManualControls.java 44 public void setExposure(long exposure) {
45 mExposure = exposure;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
  /external/dng_sdk/source/
dng_render.h 33 /// \brief Curve for pre-exposure-compensation adjustment based on noise floor,
61 /// \brief Exposure compensation curve for a given compensation amount in stops using
79 dng_function_exposure_tone (real64 exposure);
187 /// Set exposure compensation.
188 /// \param exposure Compensation value in stops, positive or negative.
190 void SetExposure (real64 exposure)
192 fExposure = exposure;
195 /// Get exposure compensation.
198 real64 Exposure () const
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...]
dng_negative.h 631 // Zero point for the exposure compensation slider. This reflects how
    [all...]
  /cts/apps/CameraITS/pymodules/its/
target.py 28 """Use device 3A and captured shots to determine scene exposure.
38 the exact exposure level that will result in a center 10% by 10% patch of
44 The computed exposure value is the product of the sensitivity (ISO) and
45 exposure time (ns) to achieve that sensor exposure level.
51 The measured product of sensitivity and exposure time that results in
54 print "Measuring target exposure"
68 # Capture a manual shot with this exposure, using a linear tonemap.
84 # Compute the exposure value that would result in a luma of 0.5.
87 def __set_cached_target_exposure(exposure)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterExposure.java 24 private static final String SERIALIZATION_NAME = "EXPOSURE";
26 mName = "Exposure";
32 representation.setName("Exposure");
35 representation.setTextId(R.string.exposure);
  /packages/apps/Gallery2/jni/
Android.mk 30 filters/exposure.c \
  /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...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 33 exposure.cpp \
  /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
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 178 int exposure = (Integer) firstLog.peek() local
181 assertTrue("first note visible before it was updated", freshness > exposure);
182 assertTrue("first note visibility log should have zero exposure time", exposure == 0);
203 exposure = (Integer) firstLog.peek()
205 assertTrue("first note visibility log should have nonzero exposure time", exposure > 0);
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 254 "exposure time %d ns", cameraId, burstFrameDuration, burstExposure),
257 assertTrue(String.format("Cam %s: Exposure time is not valid: %d",
286 long exposure = burstResult.get(CaptureResult.SENSOR_EXPOSURE_TIME); local
288 assertTrue("Cam " + cameraId + ": Exposure not locked!",
289 exposure == burstExposure);
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
CameraView.java 276 public void setExposure(long exposure) {
277 mCameraOps.setExposure(exposure);
CameraOps.java 685 public void setExposure(long exposure) {
686 mExposure = exposure;
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java 275 public void setExposure(long exposure) {
276 mCameraOps.setExposure(exposure);
CameraOps.java 648 public void setExposure(long exposure) {
649 mExposure = exposure;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 36 * Settings tested against: flash mode, exposure compensation, white balance,
57 public enum Exposure { MIN, MAX, NONE };
124 * Flash: Auto / Exposure: None / WB: Daylight
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
134 * Flash: On / Exposure: Min / WB: Fluorescent
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
144 * Flash: Off / Exposure: Max / WB: Auto
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
154 * Flash: Off / Exposure: Max / WB: Cloudy
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [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...]
  /compatibility/cdd/7_hardware-compatibility/
7_5_cameras.md 111 exposure, gain, white balance gains, color conversion, denoising, sharpening,
  /cts/tests/camera/utils/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...]

Completed in 808 milliseconds

1 2 3 4