/frameworks/base/media/mca/effect/java/android/media/effect/effects/ |
GrainEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
GrayscaleEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
LomoishEffect.java | 17 package android.media.effect.effects; 19 import android.media.effect.EffectContext; 20 import android.media.effect.SingleFilterEffect;
|
NegativeEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
PosterizeEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
RedEyeEffect.java | 19 package android.media.effect.effects; 21 import android.media.effect.EffectContext; 22 import android.media.effect.SingleFilterEffect;
|
RotateEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SizeChangeEffect;
|
SaturateEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
SepiaEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
SharpenEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
StraightenEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
TintEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
VignetteEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 43 * <p>To apply the audio effect to a specific AudioTrack or MediaPlayer instance, 48 * <p>Creating an AudioEffect object will create the corresponding effect engine in the audio 49 * framework if no instance of the same effect type exists in the specified audio session. 52 * control of the effect engine or not depending on the priority parameter. If priority is higher 53 * than the priority used by the current effect engine owner, the control will be transfered to the 55 * application will be notified of changes in effect engine state or control ownership by the 67 // effect type UUIDs are taken from hardware/libhardware/include/hardware/audio_effect.h 70 * The following UUIDs define effect types corresponding to standard audio 76 * UUID for environmental reverberation effect 81 * UUID for preset reverberation effect 1202 AudioEffect effect = (AudioEffect) ((WeakReference) effect_ref).get(); local [all...] |
/frameworks/base/media/mca/effect/java/android/media/effect/ |
EffectFactory.java | 18 package android.media.effect; 25 * creating a certain effect, the application should confirm that the effect is supported on this 33 "android.media.effect.effects.", // Default effect package 58 "android.media.effect.effects.BrightnessEffect"; 73 "android.media.effect.effects.ContrastEffect"; 87 "android.media.effect.effects.FisheyeEffect"; 92 * background visible before the effect becomes active. The effect will wai 506 Effect effect = null; local [all...] |
FilterGraphEffect.java | 17 package android.media.effect; 23 import android.media.effect.FilterEffect; 24 import android.media.effect.EffectContext; 30 * Effect subclass for effects based on a single Filter. Subclasses need only invoke the 31 * constructor with the correct arguments to obtain an Effect implementation. 48 * @param name The name of this effect (used to create it in the EffectFactory). 73 throw new RuntimeException("Could not setup effect", e); 77 throw new RuntimeException("Could not setup effect"); 91 throw new RuntimeException("Internal error applying effect"); 97 throw new RuntimeException("Internal error applying effect"); [all...] |
/frameworks/av/services/audioflinger/ |
Effects.h | 22 //--- Audio Effect Management 33 // The EffectModule class is a wrapper object controlling the effect engine implementation 34 // in the effect library. It prevents concurrent calls to process() and command() functions 36 // to all client applications using this effect and notifies applications of effect state, 38 // reset, enable, disable commands to effect engine and provide volume 40 // When controlling an auxiliary effect, the EffectModule also provides an input buffer used by 132 // Maximum time allocated to effect engines to complete the turn off sequence 144 wp<EffectChain> mChain; // parent effect chain 147 const effect_descriptor_t mDescriptor;// effect descriptor received from effect engin 212 sp<EffectModule> effect() const { return mEffect; } function in class:EffectHandle [all...] |
/device/moto/shamu/ |
audio_effects.conf | 1 # List of effect libraries to load. Each library element must contain a "path" element 42 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 45 # The name of the effect element is indicative, only the value of the "uuid" element 46 # designates the effect. 47 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 48 # generic effect type UUID. 52 # uuid <effect uuid> 65 # SW implemetation of the effect. Added as a node under the proxy to 66 # indicate this as a sub effect. 70 #} End of SW effect [all...] |
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 56 // Effect/Preprocessor state 71 // Effect operation table. Functions for all pre processors are declared in sPreProcOps[] table. 84 // Effect context 89 preproc_session_t *session; // session the effect is on 90 const preproc_ops_t *ops; // effect ops table 92 uint32_t type; // subtype of effect 109 uint32_t samplingRate; // sampling rate at effect process interface 173 // Effect descriptors 176 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html 269 int AgcInit (preproc_effect_t *effect) 1212 preproc_effect_t * effect = (preproc_effect_t *)self; local 1404 preproc_effect_t * effect = (preproc_effect_t *) self; local 1764 preproc_effect_t * effect = (preproc_effect_t *) self; local 1779 preproc_effect_t * effect = (preproc_effect_t *)self; local [all...] |
/art/test/005-annotations/src/android/test/anno/ |
AnnoFancyField.java | 7 @Inherited // should have no effect
|
/development/samples/training/threadsample/res/values/ |
bools.xml | 4 but causes the side effect of eating a tap that would otherwise be delivered to the framework.
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
animation-constructor.js | 21 function KeyframeEffect(effect) { 22 this._frames = shared.normalizeKeyframes(effect); 29 scope.Animation = function(target, effect, timingInput) { 40 if (typeof effect == 'function') 41 this.effect = effect; 43 this.effect = new KeyframeEffect(effect); 44 this._effect = effect; 50 Element.prototype.animate = function(effect, timing) [all...] |
/external/clang/test/SemaObjC/ |
illegal-nonarc-bridged-cast.m | 19 id obj1 = (__bridge_transfer id)CFCreateSomething(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}} 20 id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}} 27 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}} 28 CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
|
/external/eigen/doc/snippets/ |
Matrix_resize_int.cpp | 4 w.resize(3); // this is legal, but has no effect
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
OISWiiMoteForceFeedback.cpp | 33 //One and only supported effect 34 _addEffectTypes( OIS::Effect::ConstantForce, OIS::Effect::Constant ); 44 void WiiMoteForceFeedback::upload( const Effect* effect ) 46 if( effect ) 49 if( mHandle != -1 || effect->_handle != -1) return; 51 //Ok, so we are uploading a fresh effect 52 effect->_handle = mHandle = 1; 59 void WiiMoteForceFeedback::modify( const Effect* effect [all...] |