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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 86 private final List<Effect> mEffects;
146 mEffects = new ArrayList<Effect>();
276 * Add the specified effect to this media item.
283 * effect overlaps with the beginning and/or the end transition.
285 * @param effect The effect to apply
287 * @throws IllegalArgumentException if the effect start and/or duration are
288 * invalid or if the effect cannot be applied to this type of media
289 * item or if the effect id is not unique across all the Effects
292 public void addEffect(Effect effect)
    [all...]
EffectKenBurns.java 23 * This class represents a Ken Burns effect.
26 public class EffectKenBurns extends Effect {
46 * @param effectId The effect id
50 * @param durationMs The duration of the Ken Burns effect in milliseconds
88 * Get the KenBurn effect start and end rectangle coordinates
MediaImageItem.java 300 * This invalidation is necessary for the case in which an effect or
306 * because an effect or an overlay overlaps with the beginning
316 final List<Effect> adjustedEffects = adjustEffects();
320 * This invalidation is necessary for the case in which an effect or
324 * effect.
349 private void invalidateBeginTransition(List<Effect> effects, List<Overlay> overlays) {
355 * an effect.
357 for (Effect effect : effects) {
359 * Check if the effect overlaps with the begin transitio
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 443 void disconnectEffect(const sp< EffectModule>& effect,
450 // effect
455 // get effect chain corresponding to session Id.
459 // add an effect chain to the chain list (mEffectChains)
461 // remove an effect chain from the chain list (mEffectChains)
463 // lock mall effect chains Mutexes. Must be called before releasing the
467 // unlock effect chains after process
469 // set audio mode to all effect chains
471 // get effect module with corresponding ID on specified audio session
473 // add and effect module. Also creates the effect chain is none exists fo
1211 sp<EffectModule> effect() { return mEffect; } function in class:android::AudioFlinger::EffectHandle
    [all...]
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 54 // Effect/Preprocessor state
69 // Effect operation table. Functions for all pre processors are declared in sPreProcOps[] table.
82 // Effect context
87 preproc_session_t *session; // session the effect is on
88 const preproc_ops_t *ops; // effect ops table
102 uint32_t samplingRate; // sampling rate at effect process interface
131 // Effect descriptors
134 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
227 int AgcInit (preproc_effect_t *effect)
230 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine)
1073 preproc_effect_t * effect = (preproc_effect_t *)self; local
1232 preproc_effect_t * effect = (preproc_effect_t *) self; local
1382 preproc_effect_t * effect = (preproc_effect_t *) self; local
1397 preproc_effect_t * effect = (preproc_effect_t *)self; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 22 * Construct a PathEffect whose effect is to apply first the inner effect
  /system/media/mca/effect/java/android/media/effect/
package-info.java 18 package android.media.effect;
21 * <h1>Effect Framework</h1>
  /external/clang/test/Analysis/
override-werror.c 3 // This test case illustrates that using '-analyze' overrides the effect of
  /external/icu4c/test/cintltst/
cg7coll.h 18 * Effect : Making P sort after Z.
21 * Effect : As well as adding sequences of characters that act as a single character (this is
26 * Effect : Expansion and contraction can actually be combined.
29 * Effect : sorted sequence as the following,
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.sed 8 # The two lines are identical. Undo the effect of
  /system/media/mca/effect/java/android/media/effect/effects/
IdentityEffect.java 18 package android.media.effect.effects;
21 import android.media.effect.EffectContext;
22 import android.media.effect.FilterEffect;
BackDropperEffect.java 17 package android.media.effect.effects;
21 import android.media.effect.EffectContext;
22 import android.media.effect.FilterGraphEffect;
23 import android.media.effect.EffectUpdateListener;
29 * Background replacement Effect.
35 * Effect parameters:
  /external/icu4c/i18n/unicode/
tzrule.h 100 * Gets the very first time when this rule takes effect.
102 * takes effect in milliseconds.
105 * @param result Receives the very first time when this rule takes effect.
113 * Gets the final time when this rule takes effect.
115 * takes effect in milliseconds.
118 * @param result Receives the final time when this rule takes effect.
126 * Gets the first time when this rule takes effect after the specified time.
129 * takes effect in milliseconds.
133 * @param result Receives The first time when this rule takes effect after
143 * Gets the most recent time when this rule takes effect before the specified time
    [all...]
  /sdk/assetstudio/src/com/android/assetstudiolib/
Util.java 239 * {@link Effect}s applied. Note that drawn effects may be outside the bounds of the source
249 Effect[] effects) {
253 for (Effect effect : effects) {
254 if (effect instanceof ShadowEffect) {
255 shadowEffects.add((ShadowEffect) effect);
256 } else if (effect instanceof FillEffect) {
257 fillEffects.add((FillEffect) effect);
262 for (ShadowEffect effect : shadowEffects) {
263 if (effect.inner)
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 31 // side effect occurred in a comma expression in an effect context.
33 // An unoptimizable function, calling it is a side effect.
39 // If we optimize for x a smi, then x a string will deopt. The side effect
40 // immediately before the deopt is in a comma expresion in an effect context
  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFilterBuilder.h 42 void add(const AtomicString& id, RefPtr<FilterEffect> effect);
49 inline FilterEffectSet& effectReferences(FilterEffect* effect)
52 ASSERT(m_effectReferences.contains(effect));
53 return m_effectReferences.find(effect)->second;
75 // which depends on the key filter effect.
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 83 /* Compression 100% effect */
84 /* Compression 0% effect */
85 /* Gain 100% effect */
86 /* Gain 0% effect */
90 /* 0 is 0dB compression (no effect) */
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 141 //Test case 1.0: test constructor from effect type and get effect ID
173 AudioEffect effect = new AudioEffect(desc[i].type, local
178 assertNotNull("could not create AudioEffect", effect);
180 assertTrue("invalid effect ID", (effect.getId() != 0));
184 effect.release();
190 fail("Effect not found: "+desc[i].name);
192 fail("Effect library not loaded");
198 //Test case 1.1: test constructor from effect uui
229 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_NULL, local
268 AudioEffect effect = new AudioEffect(UUID.randomUUID(), local
304 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, local
533 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, local
573 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, local
912 AudioEffect effect = null; local
944 AudioEffect effect = null; local
    [all...]
  /packages/apps/Gallery2/res/layout/
photoeditor_effects_artistic.xml 21 <com.android.gallery3d.photoeditor.actions.CrossProcessAction style="@style/Effect">
31 <com.android.gallery3d.photoeditor.actions.PosterizeAction style="@style/Effect">
41 <com.android.gallery3d.photoeditor.actions.LomoishAction style="@style/Effect">
51 <com.android.gallery3d.photoeditor.actions.DocumentaryAction style="@style/Effect">
61 <com.android.gallery3d.photoeditor.actions.VignetteAction style="@style/Effect">
71 <com.android.gallery3d.photoeditor.actions.GrainAction style="@style/Effect">
81 <com.android.gallery3d.photoeditor.actions.FisheyeAction style="@style/Effect">
  /external/collada/include/1.4/dom/
domLibrary_effects.h 22 * The library_effects element declares a module of effect elements.
48 * There must be at least one effect element. @see domEffect
87 * Gets the effect element array.
88 * @return Returns a reference to the array of effect elements.
92 * Gets the effect element array.
93 * @return Returns a constant reference to the array of effect elements.
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 53 * Effect:
75 * Effect:
95 * Effect:
114 * Effect:
130 * Effect:
147 * Effect:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW
38 * Record the current modelView matrix state. Has the side effect of
47 * Record the current projection matrix state. Has the side effect of
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 18 /* TODO(estade): hover effect? press effect? */
29 By using the mask, pressing causes a darkening effect of just the image */
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 35 DWORD effect);
40 DWORD effect);
47 DWORD effect);
  /external/webkit/Source/WebCore/svg/
SVGFEMergeElement.cpp 45 RefPtr<FilterEffect> effect = FEMerge::create(filter); local
46 FilterEffectVector& mergeInputs = effect->inputEffects();
59 return effect.release();

Completed in 438 milliseconds

1 2 34 5 6 7 8 91011>>