HomeSort by relevance Sort by last modified time
    Searched defs:brightness (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 100 {BRIGHTNESS_GOTO_SUBMENU, "Brightness changes."},
122 {INC_BRIGHTNESS, "Increase Brightness by one step."},
123 {DEC_BRIGHTNESS, "Decrease Brightness by one step."},
167 { BRIGHTNESS_CTRL, "Get brightness value"},
225 int brightness = CAMERA_DEF_BRIGHTNESS; variable
780 printf(" Camera is in change brightness mode \n");
791 printf("\nPlease enter your choice for Brightness Change: ");
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 2217 int brightness = *(( int * )in_data); local
    [all...]
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...]
  /external/chromium_org/third_party/mesa/src/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;
  /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;
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 69 * For debugging, you can make the color fade and brightness animations run
86 // The minimum reduction in brightness when dimmed.
107 // Brightness animation ramp rate in brightness units per second.
140 // The doze screen brightness.
143 // The dim screen brightness.
146 // The minimum screen brightness to use in a very dark room.
149 // The minimum allowed brightness.
152 // The maximum allowed brightness.
155 // True if auto-brightness should be used
523 int brightness = PowerManager.BRIGHTNESS_DEFAULT; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 209 srational_t brightness; member in struct:__anon21847
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 74 long brightness = (299L*r + 587*g + 114*b) / 1000; local
75 if (brightness < 128) {
85 * Returns the perceived brightness of the given RGB integer on a scale from 0 to 255
88 * @return the perceived brightness, with 0 maximally dark and 255 maximally bright
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev.h 67 __u16 brightness; member in struct:video_picture
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 970 float brightness = current_overscroll_gesture_ == OVERSCROLL_WEST ? local
    [all...]
  /external/qemu/android/skin/
window.c 95 int brightness; member in struct:ADisplay
146 disp->brightness = LCD_BRIGHTNESS_DEFAULT;
294 lcd_brightness_argb32( unsigned char* pixels, SkinRect* r, int pitch, int brightness )
301 unsigned alpha = brightness;
588 if (disp->brightness == LCD_BRIGHTNESS_OFF)
602 lcd_brightness_argb32( surface->pixels, &r, surface->pitch, disp->brightness );
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 308 ov_psb_fixed32 brightness; member in struct:_PsbPortPrivRec
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 152 int brightness; member in struct:android::ExynosCameraInfo
845 //! Sets brightness
846 bool setBrightness(int brightness);
847 //! Gets brightness
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 214 srational_t brightness; member in struct:__anon21855
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 74 int brightness = 0; variable
1147 brightness = 50;
1152 brightness = 100;
1181 params.set(KEY_BRIGHTNESS, brightness);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 98 /** Minimum brightness at which the indicator is shown at half-full and ON */
100 /** Minimum brightness at which the indicator is shown at full */
741 final int brightness = getBrightness(context); local
748 if (brightness > full) {
754 } else if (brightness > half) {
768 if (brightness > half) {
846 int brightness = Settings.System.getInt(context.getContentResolver(), local
884 int brightness = Settings.System.getInt(cr, local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
videodev.h 86 __u16 brightness; member in struct:video_picture
  /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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 67 __u16 brightness; member in struct:video_picture
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 67 __u16 brightness; member in struct:video_picture
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 67 __u16 brightness; member in struct:video_picture
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 84 __u16 brightness; member in struct:video_picture
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 67 __u16 brightness; member in struct:video_picture
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 84 __u16 brightness; member in struct:video_picture
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 67 __u16 brightness; member in struct:video_picture

Completed in 984 milliseconds

12 3 4 5 6