/external/ImageMagick/utilities/ |
mogrify.1 | 133 \-brightness-contrast geometry 134 improve brightness / contrast of the image 198 \-modulate value vary the brightness, saturation, and hue
|
mogrify.1.in | 133 \-brightness-contrast geometry 134 improve brightness / contrast of the image 198 \-modulate value vary the brightness, saturation, and hue
|
composite.1 | 97 \-watermark geometry percent brightness and saturation of a watermark
|
composite.1.in | 97 \-watermark geometry percent brightness and saturation of a watermark
|
/external/skia/src/core/ |
SkBitmapScaler.cpp | 175 // The filter must be normalized so that we don't affect the brightness of 190 // we add back in to avoid affecting the brightness of the image. We
|
/hardware/ti/omap4xxx/camera/ |
CameraParameters.cpp | 77 const char CameraProperties::BRIGHTNESS[] = "prop-brightness-default";
|
/packages/apps/Gallery2/res/values-en-rAU/ |
filtershow_strings.xml | 96 <string name="editor_grad_brightness" msgid="5937316734380235741">"Brightness"</string> 116 <string name="draw_value" msgid="6571604055161538273">"Brightness"</string>
|
/packages/apps/Gallery2/res/values-en-rGB/ |
filtershow_strings.xml | 96 <string name="editor_grad_brightness" msgid="5937316734380235741">"Brightness"</string> 116 <string name="draw_value" msgid="6571604055161538273">"Brightness"</string>
|
/packages/apps/Gallery2/res/values-en-rIN/ |
filtershow_strings.xml | 96 <string name="editor_grad_brightness" msgid="5937316734380235741">"Brightness"</string> 116 <string name="draw_value" msgid="6571604055161538273">"Brightness"</string>
|
/packages/apps/Gallery2/res/values-tl/ |
filtershow_strings.xml | 96 <string name="editor_grad_brightness" msgid="5937316734380235741">"Brightness"</string> 116 <string name="draw_value" msgid="6571604055161538273">"Brightness"</string>
|
/cts/apps/CameraITS/tests/scene1/ |
test_exposure.py | 30 each other; result should be the same brightness, but over the sequence
|
/development/ndk/platforms/android-3/include/linux/ |
videodev.h | 67 __u16 brightness; member in struct:video_picture
|
/device/htc/flounder/ |
ueventd.flounder.rc | 63 /sys/devices/platform/tegra-dsi-backlight.0/backlight/tegra-dsi-backlight.0 brightness 0660 system system
|
/docs/source.android.com/src/compatibility/cts/ |
rotation-vector.jd | 56 adjust adaptive brightness and location if these changes have
|
/external/ImageMagick/MagickCore/ |
accelerate-kernels-private.h | 1032 HueSaturationBrightness.z = 0.0f; // Brightness 1059 float brightness = HueSaturationBrightness.z; 1065 setRed(&rgb,ClampToQuantum(QuantumRange*brightness)); 1073 float p=brightness*(1.0f-saturation); 1074 float q=brightness*(1.0f-saturation*f); 1075 float t=brightness*(1.0f-(saturation*(1.0f-f))); 1077 float clampedBrightness = ClampToQuantum(QuantumRange*brightness); [all...] |
/external/ImageMagick/PerlMagick/t/ |
setattribute.t | 139 testSetAttribute('input.miff','preview','Brightness');
|
/external/opencv3/doc/tutorials/highgui/trackbar/ |
trackbar.markdown | 4 - In the previous tutorials (about *linear blending* and the *brightness and contrast
|
/external/opencv3/modules/cudabgsegm/include/opencv2/ |
cudabgsegm.hpp | 108 @param noiseSigma Noise strength (standard deviation of the brightness or each color channel). 0
|
/external/opencv3/samples/cpp/ |
distrans.cpp | 127 createTrackbar("Brightness Threshold", "Distance Map", &edgeThresh, 255, onTrackbar, 0);
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsvirt.c | 678 cmsFloat64Number Brightness; 703 LChOut.L = LChIn.L * bchsw ->Contrast + bchsw ->Brightness; 723 // Creates an abstract profile operating in Lab space for Brightness, 743 bchsw.Brightness = Bright; [all...] |
/external/v8/build/android/pylib/ |
device_settings.py | 186 # Turn down brightness and disable auto-adjust so that devices run cooler.
|
/frameworks/base/core/java/com/android/internal/app/ |
IBatteryStats.aidl | 90 void noteScreenBrightness(int brightness);
|
/frameworks/base/docs/html/design/tv/ |
style.jd | 67 <p>Subtle hue or brightness differences between elements may disappear or be over-emphasized on
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
EffectFactory.java | 46 * <p>Adjusts the brightness of the image.</p> 50 * <tr><td><code>brightness</code></td> 51 * <td>The brightness multiplier.</td> 53 larger values will increase brightness.</td>
|
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/ |
DozeTestDream.java | 152 mWakeLock.acquire(UPDATE_TIME_TIMEOUT + 5000 /*for testing brightness*/);
|