Searched refs:filterfw (Results 1 - 25 of 173) sorted by relevance

1234567

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A Dpackage-info.java4 package android.filterfw.core;
H A DNativeAllocatorTag.java18 package android.filterfw.core;
H A DProtocolException.java18 package android.filterfw.core;
H A DScheduler.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterGraph;
H A DSimpleScheduler.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.Scheduler;
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A Dpackage-info.java4 package android.filterfw.format;
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A Dpackage-info.java4 package android.filterfw.geometry;
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A Dpackage-info.java4 package android.filterfw.io;
H A DGraphIOException.java18 package android.filterfw.io;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAlphaBlendFilter.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.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;
29 import android.filterfw
[all...]
H A DBlendFilter.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.KeyValueMap;
24 import android.filterfw.core.NativeProgram;
25 import android.filterfw.core.NativeFrame;
26 import android.filterfw.core.Program;
27 import android.filterfw.core.ShaderProgram;
28 import android.filterfw
[all...]
H A DBrightnessFilter.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.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;
H A DContrastFilter.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.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;
H A DInvert.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.NativeProgram;
25 import android.filterfw.core.NativeFrame;
26 import android.filterfw.core.Program;
27 import android.filterfw.core.ShaderProgram;
H A DToGrayFilter.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 DDrawOverlayFilter.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.GLFrame;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android.filterfw.core.Program;
28 import android.filterfw.core.ShaderProgram;
29 import android.filterfw
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DFilterFunctionEnvironment.java18 package android.filterfw;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterFactory;
22 import android.filterfw.core.FilterFunction;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameManager;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringSource.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.format.ObjectFormat;
H A DStringLogger.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.format.ObjectFormat;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DNullFilter.java20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
H A DFrameStore.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;
H A DFrameBranch.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.GenerateFinalPort;
25 import android.filterfw.core.KeyValueMap;
H A DFrameFetch.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;
H A DFrameSource.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;
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterEffect.java20 import android.filterfw.core.CachedFrameManager;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.FilterFactory;
23 import android.filterfw.core.GLEnvironment;
24 import android.filterfw.core.GLFrame;
25 import android.filterfw.core.Frame;
26 import android.filterfw.core.FrameFormat;
27 import android.filterfw.core.FrameManager;
28 import android.filterfw.format.ImageFormat;

Completed in 636 milliseconds

1234567