HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 176 - 200 of 3053) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/svg/
SVGFEDisplacementMapElement.cpp 82 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
84 FEDisplacementMap* displacementMap = static_cast<FEDisplacementMap*>(effect);
167 RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, static_cast<ChannelSelectorType>(xChannelSelector()),
169 FilterEffectVector& inputEffects = effect->inputEffects();
173 return effect.release();
SVGFESpecularLightingElement.cpp 92 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
94 FESpecularLighting* specularLighting = static_cast<FESpecularLighting*>(effect);
223 RefPtr<FilterEffect> effect = FESpecularLighting::create(filter, color, surfaceScale(), specularConstant(), local
225 effect->inputEffects().append(input1);
226 return effect.release();
SVGFEComponentTransferElement.cpp 104 RefPtr<FilterEffect> effect = FEComponentTransfer::create(filter, red, green, blue, alpha); local
105 effect->inputEffects().append(input1);
106 return effect.release();
SVGFEGaussianBlurElement.cpp 132 RefPtr<FilterEffect> effect = FEGaussianBlur::create(filter, stdDeviationX(), stdDeviationY());
133 effect->inputEffects().append(input1);
134 return effect.release();
SVGFEOffsetElement.cpp 113 RefPtr<FilterEffect> effect = FEOffset::create(filter, dx(), dy());
114 effect->inputEffects().append(input1);
115 return effect.release();
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.c 367 /* Compression 100% effect */
368 /* Compression 0% effect */
369 /* Gain 100% effect */
370 /* Gain 0% effect */
374 /* 0 is 0dB compression (no effect) */
  /packages/apps/Camera/res/values/
strings.xml 280 <!-- Default effect setting that clears the effect. -->
283 <!-- Title of video effect setting popup window -->
286 <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
288 <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
290 <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
292 <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
294 <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
296 <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] --
    [all...]
  /sdk/assetstudio/src/com/android/assetstudiolib/
TabIconGenerator.java 18 import com.android.assetstudiolib.Util.Effect;
56 Util.drawEffects(g, tempImage, 0, 0, new Effect[] {
86 Util.drawEffects(g, tempImage, 0, 0, new Effect[] {
100 Util.drawEffects(g, tempImage, 0, 0, new Effect[] {
130 Util.drawEffects(g, tempImage, 0, 0, new Effect[] {
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 123 /** Determine if a given effect is supported at runtime
276 public void setEffect(int effect, Object effectParameter) {
278 "setEffect: effect ID " + effect +
289 mEffect = effect;
433 Log.v(TAG, "Effect initializing. Preview size "
457 throw new RuntimeException("Unknown effect ID" + mEffect + "!");
476 throw new RuntimeException("Unable to connect camera to effect input", e);
527 throw new RuntimeException("No effect selected!");
530 throw new RuntimeException("No effect parameter provided!")
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 59 PathEffect effect = new CornerPathEffect(RADIUS); local
65 pathPaint.setPathEffect(effect);
70 // draw the path using the corner path effect
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 41 This code has the effect of taking at least 100 ms always. In effect someone analyzing the traffic will see that the
46 Note that this "quick" fix has no effect against an intrusive attacker. For example, power consumption will drop
  /external/v8/test/mjsunit/compiler/
inline-param.js 32 // Effect context.
55 // Effect context.
69 // Effect context.
inline-two.js 32 // Effect context.
55 // Effect context.
80 // Effect context.
  /frameworks/base/include/media/
IAudioTrack.h 50 * This function has no effect if the track is not stoped.
65 /* Attach track auxiliary output to specified effect. Use effectId = 0
66 * to detach track from effect.
  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 34 static list_elem_t *gCurEffect; // current effect in enumeration process
35 static uint32_t gCurEffectIdx; // current effect index in enumeration process
65 // Effect Control Interface functions
174 // Effect Factory Interface functions
293 // create effect in library
300 // add entry to effect list
337 // remove effect from effect list
360 // release effect in library
554 LOGW("Error querying effect %s on lib %s", s, l->name)
    [all...]
  /system/media/wilhelm/src/android/
android_Effect.h 73 * Generic Effect functions
121 * Effect-agnostic functions
131 extern bool android_fx_initEffectObj(int sessionId, android::sp<android::AudioEffect>& effect,
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_ErrorCodes.h 63 * Invalid effect kind */
66 * Invalid effect type for video */
69 * Invalid effect type for audio */
82 * External effect function is used without being set */
262 * Luminance filter effect error */
265 * Transition filter effect error */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 57 * Get the current projection matrix. Has the side-effect of
67 * Get the current model view matrix. Has the side-effect of
  /external/chromium/net/socket/
socket.h 50 // Note: changing this value can effect the TCP window size on some platforms.
55 // Note: changing this value can effect the TCP window size on some platforms.
  /external/sonivox/arm-fm-22k/host_src/
eas_chorus.h 7 * Contains parameter enumerations for the Chorus effect
34 /* enumerated parameter settings for Chorus effect */
eas_reverb.h 7 * Contains parameter enumerations for the Reverb effect
35 /* enumerated parameter settings for Reverb effect */
  /external/sonivox/arm-hybrid-22k/host_src/
eas_chorus.h 7 * Contains parameter enumerations for the Chorus effect
34 /* enumerated parameter settings for Chorus effect */
eas_reverb.h 7 * Contains parameter enumerations for the Reverb effect
35 /* enumerated parameter settings for Reverb effect */
  /external/sonivox/arm-wt-22k/host_src/
eas_chorus.h 7 * Contains parameter enumerations for the Chorus effect
34 /* enumerated parameter settings for Chorus effect */
eas_reverb.h 7 * Contains parameter enumerations for the Reverb effect
35 /* enumerated parameter settings for Reverb effect */

Completed in 1729 milliseconds

1 2 3 4 5 6 78 91011>>