OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Effect
(Results
1 - 6
of
6
) sorted by null
/system/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
57
unsigned
Effect
= MayReadAnyGlobal ? AliasAnalysis::Ref : 0;
61
Effect
|= I->second;
62
return
Effect
;
422
// Propagate function
effect
up.
478
// Finally, now that we know the full
effect
on this SCC, clone the
/hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h
236
int
Effect
;
/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
...]
/prebuilt/sdk/14/
android.jar
Completed in 237 milliseconds