Searched refs:filterfw (Results 76 - 100 of 173) sorted by relevance

1234567

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DStraightenFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.KeyValueMap;
26 import android.filterfw.core.MutableFrameFormat;
27 import android.filterfw.core.NativeProgram;
28 import android.filterfw.core.NativeFrame;
29 import android.filterfw
[all...]
H A DGrainFilter.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android.filterfw.core.Program;
28 import android.filterfw
[all...]
H A DToPackedGrayFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.MutableFrameFormat;
26 import android.filterfw.core.Program;
27 import android.filterfw.core.ShaderProgram;
28 import android.filterfw.format.ImageFormat;
H A DFisheyeFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.KeyValueMap;
26 import android.filterfw.core.NativeProgram;
27 import android.filterfw.core.NativeFrame;
28 import android.filterfw.core.Program;
29 import android.filterfw
[all...]
H A DRedEyeFilter.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android.filterfw.core.Program;
28 import android.filterfw
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DRoundRobinScheduler.java18 package android.filterfw.core;
22 import android.filterfw.core.Filter;
23 import android.filterfw.core.Scheduler;
H A DFrameManager.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.MutableFrameFormat;
H A DOneShotScheduler.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.Scheduler;
22 import android.filterfw.core.RoundRobinScheduler;
H A DFilterContext.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameManager;
23 import android.filterfw.core.GLEnvironment;
H A DSimpleFrame.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.FrameManager;
23 import android.filterfw.core.NativeBuffer;
24 import android.filterfw.format.ObjectFormat;
H A DVertexFrame.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.FrameManager;
129 System.loadLibrary("filterfw");
H A DMutableFrameFormat.java18 package android.filterfw.core;
20 import android.filterfw.core.FrameFormat;
21 import android.filterfw.core.KeyValueMap;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java21 import android.filterfw.core.Filter;
22 import android.filterfw.core.FilterContext;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.FrameManager;
26 import android.filterfw.core.GenerateFieldPort;
27 import android.filterfw.core.GenerateFinalPort;
28 import android.filterfw.core.GLFrame;
29 import android.filterfw.core.KeyValueMap;
30 import android.filterfw
[all...]
H A DSurfaceTextureTarget.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.FilterSurfaceView;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.GenerateFieldPort;
26 import android.filterfw.core.GenerateFinalPort;
27 import android.filterfw.core.GLEnvironment;
28 import android.filterfw.core.GLFrame;
29 import android.filterfw
[all...]
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DSizeChangeEffect.java19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterFactory;
21 import android.filterfw.core.FilterFunction;
22 import android.filterfw.core.Frame;
H A DSingleFilterEffect.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterFactory;
22 import android.filterfw.core.FilterFunction;
23 import android.filterfw.core.Frame;
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java18 package android.filterfw.io;
21 import android.filterfw.core.FilterGraph;
22 import android.filterfw.core.KeyValueMap;
23 import android.filterfw.io.GraphIOException;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_init.cpp26 using namespace android::filterfw;
35 ObjectPool<NativeFrame>::Setup("android/filterfw/core/NativeFrame", "nativeFrameId");
36 ObjectPool<NativeProgram>::Setup("android/filterfw/core/NativeProgram", "nativeProgramId");
37 ObjectPool<GLFrame>::Setup("android/filterfw/core/GLFrame", "glFrameId");
38 ObjectPool<ShaderProgram>::Setup("android/filterfw/core/ShaderProgram", "shaderProgramId");
39 ObjectPool<GLEnv>::Setup("android/filterfw/core/GLEnvironment", "glEnvId");
40 ObjectPool<VertexFrame>::Setup("android/filterfw/core/VertexFrame", "vertexFrameId");
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceRenderFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.FilterSurfaceView;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.GenerateFieldPort;
26 import android.filterfw.core.GenerateFinalPort;
27 import android.filterfw.core.GLEnvironment;
28 import android.filterfw.core.GLFrame;
29 import android.filterfw
[all...]
H A DSurfaceTargetFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GenerateFinalPort;
26 import android.filterfw.core.GLEnvironment;
27 import android.filterfw.core.GLFrame;
28 import android.filterfw.core.KeyValueMap;
29 import android.filterfw
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java21 import android.filterfw.core.Filter;
22 import android.filterfw.core.FilterContext;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.FrameManager;
26 import android.filterfw.core.GenerateFieldPort;
27 import android.filterfw.core.GenerateFinalPort;
28 import android.filterfw.core.GLFrame;
29 import android.filterfw.core.KeyValueMap;
30 import android.filterfw
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java18 package android.filterfw.format;
20 import android.filterfw.core.FrameFormat;
21 import android.filterfw.core.MutableFrameFormat;
22 import android.filterfw.core.NativeBuffer;
H A DImageFormat.java18 package android.filterfw.format;
20 import android.filterfw.core.FrameFormat;
21 import android.filterfw.core.MutableFrameFormat;
/frameworks/base/media/mca/filterfw/native/core/
H A Dvertex_frame.h23 namespace filterfw { namespace in namespace:android
74 } // namespace filterfw

Completed in 967 milliseconds

1234567