HomeSort by relevance Sort by last modified time
    Searched full:contrast (Results 51 - 75 of 922) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_csc.c 50 * mat44 procamp, hue, saturation, brightness, contrast
51 * procamp = brightness * (saturation * (contrast * hue))
53 * procamp = saturation * (brightness * (contrast * hue))
55 * contrast
169 1.0f, /* contrast */
184 float c = p->contrast;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.c 50 * mat44 procamp, hue, saturation, brightness, contrast
51 * procamp = brightness * (saturation * (contrast * hue))
53 * procamp = saturation * (brightness * (contrast * hue))
55 * contrast
169 1.0f, /* contrast */
184 float c = p->contrast;
  /external/opencv/cv/src/
cvcalccontrasthistogram.cpp 54 // Purpose: Calculating the histogram of contrast from one-channel images
120 // calculate contrast for the right-left pair
134 // calculate contrast for the top-down pair
167 // Purpose: Calculating the mask histogram of contrast from one-channel images
240 // calculate contrast for the right-left pair
258 // calculate contrast for the top-down pair
  /development/samples/HelloEffects/res/menu/
options_menu.xml 33 <item android:id="@+id/contrast"
34 android:title="@string/contrast"
  /external/chromium_org/cc/output/
filter_operation.h 32 CONTRAST,
104 return FilterOperation(CONTRAST, amount);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.cpp 90 case CONTRAST:
106 case CONTRAST:
FilterOperation.h 54 CONTRAST,
72 case CONTRAST:
200 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
235 return type == FilterOperation::INVERT || type == FilterOperation::OPACITY || type == FilterOperation::BRIGHTNESS || type == FilterOperation::CONTRAST;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
attributes.c 96 context_priv->procamp.contrast = value / 1000.0f + 1.0f;
140 *value = context_priv->procamp.contrast * 1000 - 1000;
  /external/libexif/libexif/fuji/
mnote-fuji-tag.c 42 {MNOTE_FUJI_TAG_TONE, "Contrast", N_("Contrast"), ""},
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 96 context_priv->procamp.contrast = value / 1000.0f + 1.0f;
140 *value = context_priv->procamp.contrast * 1000 - 1000;
  /external/skia/tools/skpdiff/
generate_pmetric_tables.py 55 def visual_mask(contrast):
56 x = pow(392.498 * contrast, 0.7)
  /frameworks/base/docs/html/design/building-blocks/
grid-lists.jd 15 that represent themselves through images. In contrast to simple lists, grid lists may scroll either
84 control the contrast and ensures legibility of the labels while letting the content "shine through".</p>
  /packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java 92 void updateInvertedContrastSummary(Preference pref, int contrast) {
93 pref.setSummary(mFormat.format(contrast / 100.0));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
grad.rs 45 int contrast[MAX_POINTS];
77 float c = 1+contrast[i]/100.f;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.js 95 $('high-contrast').addEventListener('click',
150 * High contrast mode checkbox handler.
153 chrome.send('enableHighContrast', [$('high-contrast').checked]);
207 $('high-contrast').checked = data.highContrastEnabled;
  /external/chromium_org/chrome/common/extensions/docs/static/css/
prettify.css 21 /* Use higher contrast and text-weight for printable form. */
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 39 float contrast; member in struct:HSICData_t
  /hardware/qcom/display/msm8x26/libqdutils/
qdMetaData.h 39 float contrast; member in struct:HSICData_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 44 * reach @c end, in contrast to the usual variant.
91 * reach @c end, in contrast to the usual variant.
160 * reach @c end, in contrast to the usual variant.
214 * reach @c end, in contrast to the usual variant.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 165 uint8_t contrast1; /* 7- 4 Pattern pixel contrast */
166 /* 3- 0 Background pixel contrast */
167 uint8_t contrast2; /* 7- 4 Emphasis pixel-2 contrast */
168 /* 3- 0 Emphasis pixel-1 contrast */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 165 uint8_t contrast1; /* 7- 4 Pattern pixel contrast */
166 /* 3- 0 Background pixel contrast */
167 uint8_t contrast2; /* 7- 4 Emphasis pixel-2 contrast */
168 /* 3- 0 Emphasis pixel-1 contrast */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 165 uint8_t contrast1; /* 7- 4 Pattern pixel contrast */
166 /* 3- 0 Background pixel contrast */
167 uint8_t contrast2; /* 7- 4 Emphasis pixel-2 contrast */
168 /* 3- 0 Emphasis pixel-1 contrast */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
merge.h 44 * reach @c __end, in contrast to the usual variant.
90 * reach @c __end, in contrast to the usual variant.
157 * reach @c __end, in contrast to the usual variant.
209 * reach @c __end, in contrast to the usual variant.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 71 <filter class="ContrastRatioFilter" name="contrast" />
163 targetFilter="contrast" targetPort="image" />
164 <connect sourceFilter="contrast" sourcePort="contrastRatingToGoodness"
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CSVWriterFilter.java 91 float contrast = ((Float)contrastValue.getValue()).floatValue(); local
134 underExposure + "," + colorfulness + "," + contrast + "," + brightness +
137 underExposure + "," + colorfulness + "," + contrast + "," + brightness +

Completed in 1055 milliseconds

1 23 4 5 6 7 8 91011>>