HomeSort by relevance Sort by last modified time
    Searched refs:filterfw (Results 76 - 100 of 177) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
StraightenFilter.java 20 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.core.Program
    [all...]
GrainFilter.java 19 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.core.ShaderProgram
    [all...]
ToPackedGrayFilter.java 20 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;
FisheyeFilter.java 20 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.core.ShaderProgram
    [all...]
RedEyeFilter.java 19 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.core.ShaderProgram
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java 20 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/
RoundRobinScheduler.java 18 package android.filterfw.core;
22 import android.filterfw.core.Filter;
23 import android.filterfw.core.Scheduler;
FrameManager.java 18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.MutableFrameFormat;
OneShotScheduler.java 18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.Scheduler;
22 import android.filterfw.core.RoundRobinScheduler;
FilterContext.java 18 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;
SimpleFrame.java 18 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;
VertexFrame.java 18 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");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 21 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.core.MutableFrameFormat
    [all...]
SurfaceTextureTarget.java 20 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.core.KeyValueMap
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
SizeChangeEffect.java 19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterFactory;
21 import android.filterfw.core.FilterFunction;
22 import android.filterfw.core.Frame;
SingleFilterEffect.java 20 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/
GraphReader.java 18 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/
jni_init.cpp 26 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/filterfw/native/core/
gl_buffer_interface.h 23 namespace filterfw { namespace in namespace:android
68 } // namespace filterfw
vertex_frame.h 23 namespace filterfw { namespace in namespace:android
74 } // namespace filterfw
native_frame.h 23 namespace filterfw { namespace in namespace:android
82 } // namespace filterfw
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceRenderFilter.java 20 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.core.KeyValueMap
    [all...]
SurfaceTargetFilter.java 20 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.core.MutableFrameFormat
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 21 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.core.MutableFrameFormat
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 18 package android.filterfw.format;
20 import android.filterfw.core.FrameFormat;
21 import android.filterfw.core.MutableFrameFormat;
22 import android.filterfw.core.NativeBuffer;

Completed in 220 milliseconds

1 2 34 5 6 7 8