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

1 2 34 5 6 7 8 91011>>

  /packages/apps/TvSettings/QuickSettings/res/values/
config.xml 24 <item>Brightness</item>
33 <item>brightness</item>
strings.xml 29 <string name="setting_brightness_name">Brightness</string>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 71 private int brightness = -40; field in class:FilterGradRepresentation.Band
92 brightness = copy.brightness;
117 p.brightness = -50;
163 || b1.brightness != b2.brightness
325 ret[i++] = point.brightness;
351 return mCurrentBand.brightness;
388 mCurrentBand.brightness = value;
450 writer.value(point.brightness);
    [all...]
grad.rs 44 int brightness[MAX_POINTS];
76 float b = 1+brightness[i]/100.f;
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 232 // Get each frame (metadata) and then the buffer. Calculate brightness.
248 long long brightness = TotalBrightness(imgBuffer, &underexposed, local
250 float avgBrightness = brightness * 1.0f /
252 ALOGV("Total brightness for frame %d was %lld (underexposed %d, "
253 "overexposed %d), avg %f", i, brightness, underexposed,
255 dout << "Average brightness (frame " << i << ") was " << avgBrightness
283 * Make this check warning only, since the brightness calculation is not reliable
288 << "average brightness should double at least "
326 // measured brightness, in 0-255 luminance.
636 // Get each frame (metadata) and then the buffer. Calculate brightness
667 long long brightness = TotalBrightness(imgBuffer, &underexposed, local
    [all...]
  /external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py 89 """Get keyboard backlight brightness.
92 Backlight brightness percentage 0~100. If it is disabled, 0 is
110 """Set keyboard backlight brightness.
113 value: Backlight brightness percentage 0~100.
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.h 37 float brightness; member in struct:vl_procamp
vl_csc.c 50 * mat44 procamp, hue, saturation, brightness, contrast
51 * procamp = brightness * (saturation * (contrast * hue))
53 * procamp = saturation * (brightness * (contrast * hue))
61 * brightness
168 0.0f, /* brightness */
186 float b = p->brightness;
  /frameworks/base/core/tests/coretests/res/layout/
brightness_limit.xml 21 <!-- Tries to set brightness to 0. See corresponding Java code. -->
  /frameworks/base/media/mca/filterpacks/
Android.mk 44 LOCAL_SRC_FILES += native/imageproc/brightness.c \
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 32 brightness.cpp \
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsStreamMediaSession.java 23 * controlling the camera (front/rear selection, zoom, brightness, ...) for a video calling.
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
QuickSettingsPreferenceFragment.java 65 mBrightnessPref = findPreference("brightness");
109 mBrightnessPref.setSummary(String.format("%d", sharedPreferences.getInt("brightness",
125 case "brightness":
149 case "brightness":
  /docs/source.android.com/src/devices/tech/power/
component.jd 79 brightness and takes another measurement (300mA). The <code>screen.on</code> value is 100mA (300 -
223 <p>Measure screen on power at <em>minimum</em> and <em>maximum</em> display/backlight brightness.
224 To set minimum brightness:</p>
227 <li><strong>Use the Android UI</strong> (not recommended). Set the Settings > Display Brightness
228 slider to the minimum display brightness. However, the Android UI allows setting brightness only to
229 a minimum of 10-20% of the possible panel/backlight brightness, and does not allow setting
230 brightness so low that the screen might not be visible without great effort.</li>
232 panel brightness all the way down to the minimum brightness supported by the hardware.</li
    [all...]
  /external/opencv3/doc/tutorials/core/basic_linear_transform/
basic_linear_transform.markdown 1 Changing the contrast and brightness of an image! {#tutorial_basic_linear_transform}
34 - Examples of such operators include *brightness and contrast adjustments* as well as color
37 ### Brightness and contrast adjustments
44 sometimes these parameters are said to control *contrast* and *brightness* respectively.
63 int beta; /*< Simple brightness control */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 80 /** ContentObserver to watch brightness **/
166 * Fetch the brightness mode from the system settings and update the icon. Should be called from
188 * Fetch the brightness from the system settings and update the slider. Should be called from
349 private void setBrightness(int brightness) {
351 mPower.setTemporaryScreenBrightnessSettingOverride(brightness);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 219 // Make brightness appear static position and alpha in through second half.
220 View brightness = mQsPanel.getBrightnessView(); local
221 if (brightness != null) {
222 firstPageBuilder.addFloat(brightness, "translationY", mQsPanel.getHeight(), 0);
224 .addFloat(brightness, "alpha", 0, 1)
227 mAllViews.add(brightness);
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 732 * Gets the screen brightness to use while dozing.
734 * @return The screen brightness while dozing as a value between
747 * Sets the screen brightness to use while dozing.
752 * The dream may set a different brightness before starting to doze and may adjust
753 * the brightness while dozing to conserve power and achieve various effects.
755 * Note that dream may specify any brightness in the full 0-255 range, including
756 * values that are less than the minimum value for manual screen brightness
761 * The available range of display brightness values and their behavior while dozing is
766 * @param brightness The screen brightness while dozing as a value betwee
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 432 public Runnable requestDisplayStateLocked(final int state, final int brightness) {
433 // Assume that the brightness is off if the display is being turned off.
434 assert state != Display.STATE_OFF || brightness == PowerManager.BRIGHTNESS_OFF;
437 final boolean brightnessChanged = (mBrightness != brightness) && mBacklight != null;
449 mBrightness = brightness;
474 // Apply brightness changes given that we are in a non-suspended state.
476 setDisplayBrightness(brightness);
503 private void setDisplayBrightness(int brightness) {
506 + "id=" + displayId + ", brightness=" + brightness + ")")
    [all...]
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/res/menu/
media_effects.xml 29 <item android:id="@+id/brightness"
30 android:title="@string/brightness"
  /developers/samples/android/media/MediaEffects/Application/src/main/res/menu/
media_effects.xml 29 <item android:id="@+id/brightness"
30 android:title="@string/brightness"
  /development/samples/HelloEffects/res/menu/
options_menu.xml 29 <item android:id="@+id/brightness"
30 android:title="@string/brightness"
  /development/samples/browseable/MediaEffects/res/menu/
media_effects.xml 29 <item android:id="@+id/brightness"
30 android:title="@string/brightness"
  /external/chromium-trace/catapult/experimental/heatmap/
draw.js 40 var brightness = mapRange(count / cutoff, 0, 1, 2, 0.5);
43 this.context.fillStyle = calculateColor(r, g, b, 1, brightness);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 94 context_priv->procamp.brightness = value / 1000.0f;
138 *value = context_priv->procamp.brightness * 1000;

Completed in 2547 milliseconds

1 2 34 5 6 7 8 91011>>