Searched refs:filterfw (Results 126 - 150 of 173) sorted by relevance

1234567

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java18 package android.filterfw.core;
20 import android.filterfw.core.NativeAllocatorTag;
148 System.loadLibrary("filterfw");
H A DGLFrame.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.NativeFrame;
24 import android.filterfw.core.StopWatchMap;
361 System.loadLibrary("filterfw");
H A DSerializedFrame.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 DFrame.java18 package android.filterfw.core;
20 import android.filterfw.core.FrameFormat;
21 import android.filterfw.core.FrameManager;
H A DFilterFactory.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
H A DFieldPort.java18 package android.filterfw.core;
H A DKeyValueMap.java18 package android.filterfw.core;
H A DOutputPort.java18 package android.filterfw.core;
H A DStopWatchMap.java17 package android.filterfw.core;
H A DStreamPort.java18 package android.filterfw.core;
H A DFilterFunction.java18 package android.filterfw.core;
H A DFilterSurfaceView.java18 package android.filterfw.core;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp30 using android::filterfw::GLEnv;
31 using android::filterfw::GLFrame;
32 using android::filterfw::Point;
33 using android::filterfw::ProgramVar;
34 using android::filterfw::Quad;
35 using android::filterfw::ShaderProgram;
36 using android::filterfw::VertexFrame;
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java18 package android.filterfw.io;
27 import android.filterfw.core.Filter;
28 import android.filterfw.core.FilterFactory;
29 import android.filterfw.core.FilterGraph;
30 import android.filterfw.core.KeyValueMap;
31 import android.filterfw.core.ProtocolException;
32 import android.filterfw.io.GraphReader;
33 import android.filterfw.io.GraphIOException;
34 import android.filterfw.io.PatternScanner;
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java18 package android.filterfw.geometry;
20 import android.filterfw.geometry.Point;
21 import android.filterfw.geometry.Quad;
H A DQuad.java18 package android.filterfw.geometry;
20 import android.filterfw.geometry.Point;
H A DPoint.java18 package android.filterfw.geometry;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h23 namespace filterfw { namespace in namespace:android
91 } // namespace filterfw
H A Dnative_program.h26 namespace filterfw { namespace in namespace:android
81 } // namespace filterfw
H A Dtime_util.cpp27 namespace filterfw { namespace in namespace:android
91 } // namespace filterfw
H A Dgl_env.h34 namespace filterfw { namespace in namespace:android
258 } // namespace filterfw
H A Dgl_frame.h27 namespace filterfw { namespace in namespace:android
214 } // namespace filterfw
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp25 namespace filterfw { namespace in namespace:android
89 } // namespace filterfw
H A Dtime_util.h26 namespace filterfw { namespace in namespace:android
66 } // namespace filterfw
H A Dgeometry.h23 namespace filterfw { namespace in namespace:android
108 } // namespace filterfw

Completed in 105 milliseconds

1234567