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

1234567891011

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSobelFilter.java19 import androidx.media.filterfw.Filter;
20 import androidx.media.filterfw.Frame;
21 import androidx.media.filterfw.FrameImage2D;
22 import androidx.media.filterfw.FrameType;
23 import androidx.media.filterfw.ImageShader;
24 import androidx.media.filterfw.MffContext;
25 import androidx.media.filterfw.OutputPort;
26 import androidx.media.filterfw.Signature;
H A DSurfaceHolderTarget.java30 import androidx.media.filterfw.FrameImage2D;
31 import androidx.media.filterfw.FrameType;
32 import androidx.media.filterfw.ImageShader;
33 import androidx.media.filterfw.InputPort;
34 import androidx.media.filterfw.MffContext;
35 import androidx.media.filterfw.RenderTarget;
36 import androidx.media.filterfw.Signature;
37 import androidx.media.filterfw.ViewFilter;
H A DFrameBuffer2D.java17 package androidx.media.filterfw;
H A DFrameSlotTarget.java19 import androidx.media.filterfw.*;
H A DTransformUtils.java19 import androidx.media.filterfw.Frame;
20 import androidx.media.filterfw.FrameImage2D;
21 import androidx.media.filterfw.FrameType;
22 import androidx.media.filterfw.TextureSource;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
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;
H A DOneShotScheduler.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.RoundRobinScheduler;
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.format.ObjectFormat;
H A DNativeFrame.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.GLFrame;
24 import android.filterfw.core.NativeBuffer;
229 System.loadLibrary("filterfw");
H A DFilterPort.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FrameFormat;
H A DCachedFrameManager.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.SimpleFrameManager;
H A DFinalPort.java18 package android.filterfw.core;
H A DGraphRunner.java18 package android.filterfw.core;
H A DProgramVariable.java18 package android.filterfw.core;
/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;
H A DPrimitiveFormat.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
H A Dgl_buffer_interface.h23 namespace filterfw { namespace in namespace:android
68 } // namespace filterfw
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectContext.java20 import android.filterfw.core.CachedFrameManager;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.GLEnvironment;
/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...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.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.MutableFrameFormat;
29 import android.filterfw
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.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.GLFrame;
26 import android.filterfw.core.MutableFrameFormat;
27 import android.filterfw.core.ShaderProgram;
28 import android.filterfw.format.ImageFormat;
29 import android.filterfw
[all...]
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java18 package android.media.filterfw.samples;
28 import android.filterfw.GraphEnvironment;
29 import android.filterfw.core.GraphRunner;

Completed in 168 milliseconds

1234567891011