HomeSort by relevance Sort by last modified time
    Searched full:brightness (Results 276 - 300 of 761) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/imgproc/test/
test_contours.cpp 168 int brightness = cvtest::randInt(rng) % local
178 cvEllipse( img, center, axes, angle, 0, 360, cvScalar(brightness), CV_FILLED );
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 151 * Power consumption at full backlight brightness. If the backlight is at
152 * 50% brightness, then this should be multiplied by 0.5
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 294 private void setBrightness(int brightness) {
299 power.setTemporaryScreenBrightnessSettingOverride(brightness);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 64 // amount of overstretch for maximum brightness expressed in U
65 // 2f: maximum brightness is stretching a 1U to 3U, or a 4U to 6U
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 230 // Disallow new pointers while the brightness mirror is visible. This is so that you
231 // can't touch anything other than the brightness slider while the mirror is showing
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 90 const char CameraProperties::BRIGHTNESS[] = "prop-brightness-default";
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolatingFunction.java 137 * @param brightnessExponent Brightness dimming factor.
  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 99 "Brightness",
  /external/chromium-trace/catapult/devil/devil/android/
settings.py 96 # Turn down brightness and disable auto-adjust so that devices run cooler.
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 126 {MNOTE_OLYMPUS_TAG_BRIGHTNESSVALUE, "BrightnessValue", N_("Brightness Value"), ""},
  /external/llvm/test/CodeGen/Thumb2/
2009-12-01-LoopIVUsers.ll 30 %brightness = alloca i32 ; <i32*> [#uses=0]
  /frameworks/base/docs/html/design/tv/
patterns.jd 21 brightness, opacity, animation or a combination of these attributes to help users see a focused
  /frameworks/base/docs/html/design/wear/
index.jd 74 <li>The <strong>Settings screen</strong> can be invoked from the cue card or on some devices using a hardware button. From here the user may shut down or restart their device, adjust screen brightness, toggle airplane mode, and access device information.</li>
  /hardware/intel/img/psb_video/src/
psb_overlay.h 308 ov_psb_fixed32 brightness; member in struct:_PsbPortPrivRec
  /hardware/ti/omap4-aah/camera/inc/
General3A_Settings.h 239 unsigned int Brightness;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 86 __u16 brightness; member in struct:video_picture
  /external/ImageMagick/utilities/
convert.1.in 135 \-brightness-contrast geometry
136 \ improve brightness / contrast of the image
197 \-modulate value vary the brightness, saturation, and hue
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 88 int brightness; member in struct:xorg_xv_port_priv
116 priv->brightness = value;
134 *value = priv->brightness;
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 448 /*! @brief Method to set brightness of the primary display.
526 /*! @brief Method to get the brightness level of the display
528 @param[out] level brightness level
  /hardware/qcom/display/msmcobalt/sdm/include/core/
display_interface.h 462 /*! @brief Method to set brightness of the primary display.
540 /*! @brief Method to get the brightness level of the display
542 @param[out] level brightness level
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 68 extern int brightness;
765 brightness = atoi(cmd + 1);
766 params.set(KEY_BRIGHTNESS, brightness);
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 98 int brightness = 0; variable
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 2054 int brightness = *(( int * )in_data); local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 2054 int brightness = *(( int * )in_data); local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_libv4l.cpp 122 - Add capture control support (hue, saturation, brightness, contrast, gain)
123 - Get and change V4L capture controls (hue, saturation, brightness, contrast)
132 - Detect, get and change V4L2 capture controls (hue, saturation, brightness, contrast, gain)
    [all...]

Completed in 601 milliseconds

<<11121314151617181920>>