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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-signal.h 34 * UNIX signal support for main loops. In contrast to other
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-signal.h 34 * UNIX signal support for main loops. In contrast to other
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 149 ( (mParameters3A.Contrast + CONTRAST_OFFSET) != varint ) )
151 mParameters3A.Contrast = varint - CONTRAST_OFFSET;
152 CAMHAL_LOGDB("Contrast %d", mParameters3A.Contrast);
413 Gen3A.Contrast = atoi(OMXCameraAdapter::DEFAULT_CONTRAST) - CONTRAST_OFFSET;
1002 OMX_CONFIG_CONTRASTTYPE contrast; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 91 {CONTRAST_GOTO_SUBMENU, "Contrast changes."},
117 {INC_CONTRAST, "Increase Contrast by one step."},
118 {DEC_CONTRAST, "Decrease Contrast by one step."},
159 { CONTRAST_CTRL, "Get contrast value"},
216 int contrast = CAMERA_DEF_CONTRAST; variable
703 printf(" Camera is in change contrast resolution mode \n");
714 printf("\nPlease enter your choice for contrast Change: ");
894 ++contrast;
895 if (contrast > CAMERA_MAX_CONTRAST) {
896 contrast = CAMERA_MAX_CONTRAST
    [all...]
  /packages/apps/Gallery2/res/values-ca/
filtershow_strings.xml 59 <string name="contrast" msgid="2310908487756769019">"Contrast"</string>
  /packages/apps/Gallery2/res/values-en-rGB/
filtershow_strings.xml 59 <string name="contrast" msgid="2310908487756769019">"Contrast"</string>
  /packages/apps/Gallery2/res/values-nl/
filtershow_strings.xml 59 <string name="contrast" msgid="2310908487756769019">"Contrast"</string>
  /packages/apps/Gallery2/res/values-ro/
filtershow_strings.xml 59 <string name="contrast" msgid="2310908487756769019">"Contrast"</string>
  /packages/apps/Gallery2/res/values-tl/
filtershow_strings.xml 59 <string name="contrast" msgid="2310908487756769019">"Contrast"</string>
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp 79 "uniform float contrast; \n"
91 " color = ((color - a/2.0) * contrast) + a/2.0; \n"
131 "uniform float contrast; \n"
137 " color = ((color - a/2.0) * contrast) + a/2.0; \n"
178 "uniform float contrast; \n"
184 " color = ((color - a/2.0) * contrast) + a/2.0; \n"
351 GLint tex2DInvContrast = glGetUniformLocation(tex2DInvProgram, "contrast");
375 GLint repeatTexInvContrast = glGetUniformLocation(tex2DInvProgram, "contrast");
398 GLint texOESInvContrast = glGetUniformLocation(texOESInvProgram, "contrast");
    [all...]
  /external/clang/docs/
PTHInternals.rst 90 In contrast to GCC's PCH files (and
97 architectures. In contrast, GCC requires a PCH file for each
127 in the size of the header file. In contrast, the amount of work done by
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 345 // Test case 33: Contrast
348 TestAction ta = new TestAction(TestName.CONTRAST);
349 runTest(ta, TestName.CONTRAST.name());
ImageProcessingActivity.java 96 CONTRAST ("Contrast"),
344 case CONTRAST:
345 mTest = new Contrast();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 34 * In contrast, the Purgeable case shows that the system can complete decoding
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 95 // This is in contrast to instrumentation calls that send events that are
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.audits.html 54 results.addResult("Contrast",
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetEventListener.java 57 * In contrast to the assetLoaded() method, this one will be called even
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetgamma.html 124 controls the brightness/contrast of colors displayed on the screen.
  /frameworks/base/docs/html/design/style/
color.jd 91 <p>Use color primarily for emphasis. Choose colors that fit with your brand and provide good contrast
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 14 #define KEY_CONTRAST "contrast"
  /packages/apps/Gallery2/jni/filters/
edge.c 25 // using contrast function:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
FlagAttributeDescriptor.java 35 * By contrast, an "enum" is a list of fixed values of which only one can be
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 121 case R.id.contrast:
124 mEffect.setParameter("contrast", 1.4f);
  /external/chromium/base/synchronization/
condition_variable.h 25 // In contrast do NOT do the following:
55 // which thread to revive. Performance, in direct contrast with "fairness,"
  /external/guava/guava/src/com/google/common/cache/
AbstractCache.java 166 * causes an entry to be loaded, and the loading completes successfully. In contrast to
176 * an entry to be loaded, but an exception is thrown while loading the entry. In contrast to

Completed in 4927 milliseconds

1 23 4 5 6 7 8 91011>>