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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/data/keyboards/
Vendor_05ac_Product_0239.kl 21 # - Special function keys for brightness control, etc. are not
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessDialog.java 31 /** A dialog that provides controls for adjusting the screen brightness. */
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 47 - Brightness
  /hardware/bsp/intel/peripheral/libmraa/examples/
spi_max7219.c 53 mraa_spi_write_word(spi, 0x0a05); // Brightness of LEDs
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 185 (( mParameters3A.Brightness != varint )) )
187 mParameters3A.Brightness = (unsigned) varint;
188 CAMHAL_LOGDB("Brightness %d", mParameters3A.Brightness);
410 Gen3A.Brightness = atoi(OMXCameraAdapter::DEFAULT_BRIGHTNESS);
965 OMX_CONFIG_BRIGHTNESSTYPE brightness; local
975 OMX_INIT_STRUCT_PTR (&brightness, OMX_CONFIG_BRIGHTNESSTYPE);
976 brightness.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
977 brightness.nBrightness = Gen3A.Brightness;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 145 double brightness, double contrast,
230 texture_priv->brightness.Value = OV_BRIGHTNESS_DEFAULT_VALUE;
231 texture_priv->brightness.Fraction = 0;
735 * - Brightness is handled as an offset of the Y parameter.
741 bright_off = pPriv->brightness.Value;
751 * (including brightness and contrast correction)
765 * (including brightness and contrast correction)
780 * (including brightness and contrast correction)
    [all...]
  /external/ImageMagick/MagickCore/
gem.c 274 % ConvertHSBToRGB() transforms a (hue, saturation, brightness) to a (red,
280 % const double brightness,double *red,double *green,double *blue)
284 % o hue, saturation, brightness: A double value representing a
291 const double brightness,double *red,double *green,double *blue)
308 *red=QuantumRange*brightness;
315 p=brightness*(1.0-saturation);
316 q=brightness*(1.0-saturation*f);
317 t=brightness*(1.0-(saturation*(1.0-f)));
323 *red=QuantumRange*brightness;
331 *green=QuantumRange*brightness;
    [all...]
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightStatusBarTests.java 180 if (ColorUtils.brightness(c) > ColorUtils.brightness(background)) {
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values/
config.xml 105 <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
109 <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
164 <!-- Minimum screen brightness allowed by the power manager. -->
167 <!-- Default screen brightness setting.
171 <!-- Minimum screen brightness setting allowed by the power manager.
172 The user is forbidden from setting the brightness below this level. -->
192 <!-- Screen brightness used to dim the screen while dozing in a very low power state.
193 May be less than the minimum allowed brightness setting
  /external/chromium-trace/catapult/experimental/heatmap/
renderer.js 124 var brightness = mapRange(count / cutoff, 0, 1, 2, 0);
127 this.context.fillStyle = calculateColor(r, g, b, 1, brightness);
  /external/libexif/contrib/examples/
cam_features.c 158 printf ("Adding a Brightness reference\n");
160 //try to get brightness
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QuickQSPanel.java 59 addView((View) mTileLayout, 1 /* Between brightness and footer */);
124 // No Brightness for you.
  /hardware/qcom/display/msm8996/libqdutils/
display_config.h 147 // Sets the panel brightness of the primary display
150 // Retrieves the current panel brightness value
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 516 DLOGV_IF(kTagDriverConfig, "Set brightness level to %d", level);
526 DLOGV_IF(kTagDriverConfig, "Failed to copy new brightness level = %d", level);
544 char brightness[kMaxStringLength] = {0}; local
553 DLOGV_IF(kTagDriverConfig, "Failed to open brightness node = %s, error = %s", kBrightnessNode,
558 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) {
559 *level = atoi(brightness);
560 DLOGV_IF(kTagDriverConfig, "Brightness level = %d", *level);
  /hardware/qcom/display/msmcobalt/libqdutils/
display_config.h 155 // Sets the panel brightness of the primary display
158 // Retrieves the current panel brightness value
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_primary.cpp 503 DLOGV_IF(kTagDriverConfig, "Set brightness level to %d", level);
513 DLOGV_IF(kTagDriverConfig, "Failed to copy new brightness level = %d", level);
531 char brightness[kMaxStringLength] = {0}; local
540 DLOGV_IF(kTagDriverConfig, "Failed to open brightness node = %s, error = %s", kBrightnessNode,
545 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) {
546 *level = atoi(brightness);
547 DLOGV_IF(kTagDriverConfig, "Brightness level = %d", *level);
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 186 // The overall display brightness.
340 private void requestGlobalDisplayStateInternal(int state, int brightness) {
345 brightness = PowerManager.BRIGHTNESS_OFF;
346 } else if (brightness < 0) {
347 brightness = PowerManager.BRIGHTNESS_DEFAULT;
348 } else if (brightness > PowerManager.BRIGHTNESS_ON) {
349 brightness = PowerManager.BRIGHTNESS_ON;
359 && mGlobalDisplayBrightness == brightness) {
365 + ", brightness=" + brightness + ")")
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 209 (( mParameters3A.Brightness != varint )) )
211 mParameters3A.Brightness = (unsigned) varint;
212 CAMHAL_LOGDB("Brightness %d", mParameters3A.Brightness);
1147 OMX_CONFIG_BRIGHTNESSTYPE brightness; local
    [all...]
  /docs/source.android.com/src/devices/tech/power/
values.jd 103 <td>Additional power used when screen is turned on at minimum brightness.</td>
105 <td>Includes touch controller and display backlight. At 0 brightness, not the
111 <td>Additional power used when screen is at maximum brightness, compared to
112 screen at minimum brightness.</td>
114 <td>A fraction of this value (based on screen brightness) is added to the
  /device/huawei/angler/overlay/frameworks/base/core/res/res/values/
config.xml 41 <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
45 <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
101 <!-- Minimum screen brightness allowed by the power manager. -->
104 <!-- Screen brightness when dozing. -->
107 <!-- Default screen brightness setting.
111 <!-- Minimum screen brightness setting allowed by the power manager.
112 The user is forbidden from setting the brightness below this level. -->
  /system/core/rootdir/
init.rc 562 chown system system /sys/class/leds/keyboard-backlight/brightness
563 chown system system /sys/class/leds/lcd-backlight/brightness
564 chown system system /sys/class/leds/button-backlight/brightness
565 chown system system /sys/class/leds/jogball-backlight/brightness
566 chown system system /sys/class/leds/red/brightness
567 chown system system /sys/class/leds/green/brightness
568 chown system system /sys/class/leds/blue/brightness
  /external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/
py_histogram_equalization.markdown 109 face of statue in both images. We lost most of the information there due to over-brightness. It is
149 4. [How do I equalize contrast & brightness of images using
150 opencv?](http://stackoverflow.com/questions/10561222/how-do-i-equalize-contrast-brightness-of-images-using-opencv)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XF86keysym.h 41 #define XF86XK_MonBrightnessUp 0x1008FF02 /* Monitor/panel brightness */
42 #define XF86XK_MonBrightnessDown 0x1008FF03 /* Monitor/panel brightness */
97 #define XF86XK_BrightnessAdjust 0x1008FF3B /* Invoke brightness adj. UI */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XF86keysym.h 41 #define XF86XK_MonBrightnessUp 0x1008FF02 /* Monitor/panel brightness */
42 #define XF86XK_MonBrightnessDown 0x1008FF03 /* Monitor/panel brightness */
97 #define XF86XK_BrightnessAdjust 0x1008FF3B /* Invoke brightness adj. UI */
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 71 //TODO: find correct values of Brightness defines.
98 {BRIGHTNESS_GOTO_SUBMENU, "Brightness changes."},
125 {INC_BRIGHTNESS, "Increase Brightness by one step."},
126 {DEC_BRIGHTNESS, "Decrease Brightness by one step."},
163 { BRIGHTNESS_CTRL, "Get brightness value"},
245 int brightness = CAMERA_DEF_BRIGHTNESS; variable
250 int brightness = 0; variable
791 printf(" Camera is in change brightness mode \n");
802 printf("\nPlease enter your choice for Brightness Change: ");
    [all...]

Completed in 1815 milliseconds

1 2 3 4 56 7 8 91011>>