HomeSort by relevance Sort by last modified time
    Searched defs:Effect (Results 1 - 10 of 10) sorted by null

  /frameworks/base/media/mca/effect/java/android/media/effect/
Effect.java 18 package android.media.effect;
26 * <p>To create an Effect you must first create an EffectContext. You can obtain an instance of the
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
37 public abstract class Effect {
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
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
Effect.java 21 * This is the super class for all effects. An effect can only be applied to a
25 public abstract class Effect {
31 * The effect owner
37 * The start time of the effect relative to the beginning
46 private Effect() {
57 * @param effectId The effect id
60 * @param durationMs The effect duration in milliseconds
62 public Effect(MediaItem mediaItem, String effectId, long startTimeMs,
82 * Get the id of the effect.
84 * @return The id of the effect
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 58 unsigned Effect = MayReadAnyGlobal ? AliasAnalysis::Ref : 0;
62 Effect |= I->second;
63 return Effect;
416 // Propagate function effect up.
476 // Finally, now that we know the full effect on this SCC, clone the
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 236 int Effect;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 48 /// ArgEffect is used to summarize a function/method call's effect on a
54 // Stop tracking the argument - the effect of the call is
377 /// this is the effect applied to the state of the receiver.
380 /// Ret - The effect on the return value. Used to indicate if the
389 /// getArg - Return the argument effect on the argument specified by
402 /// setDefaultArgEffect - Set the default argument effect.
407 /// getRetEffect - Returns the effect on the return value of the call.
410 /// setRetEffect - Set the effect of the return value of the call.
414 /// Sets the effect on the receiver of the message.
417 /// getReceiverEffect - Returns the effect on the receiver of the call
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2864 milliseconds