Searched defs:effect (Results 26 - 50 of 64) sorted by relevance

123

/frameworks/base/media/mca/effect/java/android/media/effect/effects/
H A DStraightenEffect.java18 package android.media.effect.effects;
20 import android.media.effect.EffectContext;
21 import android.media.effect.SingleFilterEffect;
H A DTintEffect.java18 package android.media.effect.effects;
20 import android.media.effect.EffectContext;
21 import android.media.effect.SingleFilterEffect;
H A DVignetteEffect.java18 package android.media.effect.effects;
20 import android.media.effect.EffectContext;
21 import android.media.effect.SingleFilterEffect;
H A DBackDropperEffect.java17 package android.media.effect.effects;
21 import android.media.effect.EffectContext;
22 import android.media.effect.FilterGraphEffect;
23 import android.media.effect.EffectUpdateListener;
H A DIdentityEffect.java18 package android.media.effect.effects;
21 import android.media.effect.EffectContext;
22 import android.media.effect.FilterEffect;
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffect.java18 package android.media.effect;
28 * {@link android.media.effect.EffectContext#getFactory() getFactory()}. The EffectFactory allows
32 * applying an effect. An effect is bound to a single EffectContext, which in turn is bound to a
40 * Get the effect name.
42 * Returns the unique name of the effect, which matches the name used for instantiating this
43 * effect by the EffectFactory.
45 * @return The name of the effect.
50 * Apply an effect to GL textures.
60 * bound by the effect a
[all...]
H A DFilterEffect.java18 package android.media.effect;
49 * Get the effect name.
51 * Returns the unique name of the effect, which matches the name used for instantiating this
52 * effect by the EffectFactory.
54 * @return The name of the effect.
79 * Returns the active filter context for this effect.
H A DSizeChangeEffect.java17 package android.media.effect;
23 import android.media.effect.Effect;
24 import android.media.effect.EffectContext;
H A DEffectContext.java18 package android.media.effect;
33 * this EGL context, and making it current before applying any effect. If your EGL context is
112 throw new RuntimeException("Applying effect in wrong GL context!");
114 throw new RuntimeException("Attempting to apply effect without valid GL context!");
H A DFilterGraphEffect.java17 package android.media.effect;
24 import android.media.effect.Effect;
25 import android.media.effect.FilterEffect;
26 import android.media.effect.EffectContext;
52 * @param name The name of this effect (used to create it in the EffectFactory).
77 throw new RuntimeException("Could not setup effect", e);
81 throw new RuntimeException("Could not setup effect");
95 throw new RuntimeException("Internal error applying effect");
101 throw new RuntimeException("Internal error applying effect");
106 throw new RuntimeException("Internal error applying effect
[all...]
H A DSingleFilterEffect.java18 package android.media.effect;
24 import android.media.effect.Effect;
25 import android.media.effect.EffectContext;
44 * @param name The name of this effect (used to create it in the EffectFactory).
H A DEffectFactory.java18 package android.media.effect;
26 * creating a certain effect, the application should confirm that the effect is supported on this
34 "android.media.effect.effects.", // Default effect package
59 "android.media.effect.effects.BrightnessEffect";
74 "android.media.effect.effects.ContrastEffect";
88 "android.media.effect.effects.FisheyeEffect";
93 * background visible before the effect becomes active. The effect wil
[all...]
/frameworks/av/include/media/
H A DAudioEffect.h65 * NO_INIT effect library failed to initialize
74 * Returns an effect descriptor during effect
78 * index: index of the queried effect.
79 * descriptor: address where the effect descriptor should be returned.
84 * NO_INIT effect library failed to initialize
86 * INVALID_OPERATION effect list has changed since last execution of queryNumberEffects()
89 * *descriptor: updated with effect descriptor
95 * Returns the descriptor for the specified effect uuid.
98 * uuid: pointer to effect uui
421 EffectClient(AudioEffect *effect) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp14 static void destructor(JNIEnv* env, jobject, SkPathEffect* effect) { argument
15 SkSafeUnref(effect);
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java33 * Bass boost is an audio effect to boost or amplify low frequencies of the sound. It is comparable
59 * Bass boost effect strength. Parameter ID for
88 * how much the requesting application needs control of effect parameters. The normal priority
122 * Sets the strength of the bass boost effect. If the implementation does not support per mille
126 * @param strength strength of the effect. The valid range for strength strength is [0, 1000],
127 * where 0 per mille designates the mildest effect and 1000 per mille designates the strongest.
138 * Gets the current strength of the effect.
139 * @return the strength of the effect. The valid range for strength is [0, 1000], where 0 per
140 * mille designates the mildest effect and 1000 per mille the strongest
161 * @param effect th
166 onParameterChange(BassBoost effect, int status, int param, short value) argument
177 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
[all...]
H A DPresetReverb.java50 * <p>The PresetReverb is an output mix auxiliary effect and should be created on
51 * Audio session 0. In order for a MediaPlayer or AudioTrack to be fed into this effect,
52 * they must be explicitely attached to it and a send level must be specified. Use the effect ID
53 * returned by getId() method to designate this particular effect when attaching it to the
122 * parameter indicates how much the requesting application needs control of effect parameters.
127 * As the PresetReverb is an auxiliary effect it is recommended to instantiate it on
178 * @param effect the PresetReverb on which the interface is registered.
183 void onParameterChange(PresetReverb effect, int status, int param, short value); argument
194 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
H A DVirtualizer.java33 * An audio virtualizer is a general name for an effect to spatialize audio channels. The exact
34 * behavior of this effect is dependent on the number of audio input channels and the types and
36 * stereo headphone output, a stereo widening effect is used when this effect is turned on.
61 * Virtualizer effect strength. Parameter ID for
90 * how much the requesting application needs control of effect parameters. The normal priority
124 * Sets the strength of the virtualizer effect. If the implementation does not support per mille
128 * @param strength strength of the effect. The valid range for strength strength is [0, 1000],
129 * where 0 per mille designates the mildest effect and 1000 per mille designates the strongest.
140 * Gets the current strength of the effect
168 onParameterChange(Virtualizer effect, int status, int param, short value) argument
179 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
[all...]
H A DEqualizer.java133 * how much the requesting application needs control of effect parameters. The normal priority
298 * Gets the band that has the most effect on the given frequency.
300 * @return the frequency band that has most effect on the given frequency.
386 * @param effect the Equalizer on which the interface is registered.
392 void onParameterChange(Equalizer effect, int status, int param1, int param2, int value); argument
403 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
H A DEnvironmentalReverb.java49 * <p>The EnvironmentalReverb is an output mix auxiliary effect and should be created on
50 * Audio session 0. In order for a MediaPlayer or AudioTrack to be fed into this effect,
51 * they must be explicitely attached to it and a send level must be specified. Use the effect ID
52 * returned by getId() method to designate this particular effect when attaching it to the
132 * parameter indicates how much the requesting application needs control of effect parameters.
137 * As the EnvironmentalReverb is an auxiliary effect it is recommended to instantiate it on
150 * Sets the master volume level of the environmental reverb effect.
163 * Gets the master volume level of the environmental reverb effect.
178 * overall reverb effect.
412 * produce a more colored effect
452 onParameterChange(EnvironmentalReverb effect, int status, int param, int value) argument
463 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectParameter.java62 public abstract void setEffect(Object effect); argument
H A DBassBoostTest.java186 public void setEffect(Object effect) { argument
187 mBassBoost = (BassBoost)effect;
196 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { argument
199 public void onControlStatusChange(AudioEffect effect, boolean controlGranted) { argument
202 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
232 Log.e(TAG,"BassBoost effect not supported");
238 Log.e(TAG,"BassBoost effect not found");
H A DEqualizerTest.java330 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { argument
333 public void onControlStatusChange(AudioEffect effect, boolean controlGranted) { argument
337 public void onParameterChange(Equalizer effect, int status, int param1, int param2, int value) { argument
363 Log.e(TAG,"Equalizer effect not supported");
369 Log.e(TAG,"Equalizer effect not found");
H A DPresetReverbTest.java224 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { argument
227 public void onControlStatusChange(AudioEffect effect, boolean controlGranted) { argument
231 public void onParameterChange(PresetReverb effect, int status, int param, short value) { argument
257 Log.e(TAG,"PresetReverb effect not supported");
261 Log.e(TAG,"PresetReverb effect not found");
H A DVirtualizerTest.java183 public void setEffect(Object effect) { argument
184 mVirtualizer = (Virtualizer)effect;
193 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { argument
196 public void onControlStatusChange(AudioEffect effect, boolean controlGranted) { argument
199 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
228 Log.e(TAG,"Virtualizer effect not supported");
234 Log.e(TAG,"Virtualizer effect not found");
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp855 // Postprocessing (apply video effect)
859 // First check if effect starttime matches the clip being previewed
862 // This effect doesn't belong to this clip, check next one
875 //Provide the overlay Update indication when there is an overlay effect
880 // Find the effect in effectSettings array
1306 M4OSA_UInt32 effect = VIDEO_EFFECT_NONE; local
1311 effect = VIDEO_EFFECT_FADEFROMBLACK;
1315 effect = VIDEO_EFFECT_FADETOBLACK;
1319 effect = VIDEO_EFFECT_BLACKANDWHITE;
1323 effect
[all...]

Completed in 640 milliseconds

123