HomeSort by relevance Sort by last modified time
    Searched full:contrast (Results 26 - 50 of 1203) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/browseable/MediaEffects/res/values/
strings.xml 21 <string name="contrast">Contrast</string>
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
BasicLinearTransforms.cpp 3 * @brief Simple program to change contrast and brightness
13 double alpha; /**< Simple contrast control */
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
contrast.cpp 17 // Native function to extract contrast ratio from image (handed down as ByteBuffer).
19 #include "contrast.h"
Android.mk 31 LOCAL_SRC_FILES := contrast.cpp \
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 76 * Listener for the system high text contrast state. To listen for changes to
77 * the high text contrast state on the device, implement this interface and
84 * Called when the high text contrast enabled state changes.
86 * @param enabled Whether high text contrast is enabled.
136 * Returns if the high text contrast in the system is enabled.
233 * the global high text contrast state of the system.
  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 154 // Normalize MAD by spatial contrast: images with more contrast
196 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); local
198 if (contrast > 0.0) {
199 contrast = sqrt(contrast);
200 motion_magnitude_ = tempDiffAvg / contrast;
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
ColorChecker.java 26 * Non-critical information doesn't have to meet as stringent contrast requirements.
72 * @param minAllowedContrastRatio The minimum contrast ratio
77 * either black or white will be returned, whichever has a higher contrast.
89 Log.w(TAG, "Tint color does not meet contrast requirements. Using white.");
92 Log.w(TAG, "Tint color does not meet contrast requirements. Using black.");
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1306.cxx 298 uint8_t contrast; local
301 contrast = 0; // Dimmed display
304 contrast = 0x9F;
306 contrast = 0xCF;
309 // the range of contrast to too small to be really useful
312 m_i2c_lcd_control.writeReg(LCD_CMD,contrast);
  /packages/apps/TvSettings/QuickSettings/res/values/
config.xml 23 <item>Contrast</item>
32 <item>contrast</item>
strings.xml 28 <string name="setting_contrast_name">Contrast</string>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 72 private int contrast = 0; field in class:FilterGradRepresentation.Band
93 contrast = copy.contrast;
118 p.contrast = 0;
164 || b1.contrast != b2.contrast
334 ret[i++] = point.contrast;
355 return mCurrentBand.contrast;
394 mCurrentBand.contrast = value;
451 writer.value(point.contrast);
    [all...]
  /external/clang/test/CodeGen/
bool-bitfield.c 9 int contrast; member in struct:SysParams
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 46 {MNOTE_PENTAX_TAG_CONTRAST, "Contrast", N_("Contrast"), ""},
91 {MNOTE_PENTAX2_TAG_CONTRAST, "Contrast", N_("Contrast"), ""},
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.h 38 float contrast; member in struct:vl_procamp
  /frameworks/base/media/mca/filterpacks/
Android.mk 45 native/imageproc/contrast.c \
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
contrast.rs 28 uchar4 RS_KERNEL contrast(uchar4 in) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
IPTestList.java 69 CONTRAST ("Contrast", RELAXED_FP, 45.4f),
172 case CONTRAST:
173 return new Contrast();
contrast.rs 28 uchar4 RS_KERNEL contrast(uchar4 in) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 69 CONTRAST ("Contrast", RELAXED_FP, 45.4f),
174 case CONTRAST:
175 return new Contrast();
contrast.rs 28 uchar4 RS_KERNEL contrast(uchar4 in) {
  /packages/apps/Gallery2/jni/
Android.mk 31 filters/contrast.c \
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
QuickSettingsPreferenceFragment.java 62 mContrastPref = findPreference("contrast");
107 mContrastPref.setSummary(String.format("%d", sharedPreferences.getInt("contrast",
124 case "contrast":
148 case "contrast":
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.pom 9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.pom 9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
  /external/opencv3/modules/photo/src/
merge.cpp 167 Mat img, gray, contrast, saturation, wellexp; local
178 Laplacian(gray, contrast, CV_32F);
179 contrast = abs(contrast);
203 pow(contrast, wcon, contrast);
207 weights[i] = contrast;

Completed in 2031 milliseconds

12 3 4 5 6 7 8 91011>>