Searched refs:Filter (Results 76 - 100 of 204) sorted by relevance

123456789

/frameworks/base/services/core/java/com/android/server/firewall/
H A DOrFilter.java41 public Filter newFilter(XmlPullParser parser)
H A DPortFilter.java27 class PortFilter implements Filter {
58 public Filter newFilter(XmlPullParser parser)
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DVariableSource.java23 public final class VariableSource extends Filter {
H A DBrightnessFilter.java19 import androidx.media.filterfw.Filter;
28 public class BrightnessFilter extends Filter {
H A DColorfulnessFilter.java23 import androidx.media.filterfw.Filter;
39 public final class ColorfulnessFilter extends Filter {
H A DMotionSensor.java27 import androidx.media.filterfw.Filter;
34 public final class MotionSensor extends Filter implements SensorEventListener {
H A DRotateFilter.java19 import androidx.media.filterfw.Filter;
29 public class RotateFilter extends Filter {
H A DInputPort.java31 * InputPorts may be bound to fields of the Filter. When an input port is bound to a field, Frame
38 private Filter mFilter;
80 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}.
96 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}, and used in
114 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}, and used in
134 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}, and used in
221 * When set to true, the Filter will not be scheduled for processing unless there is a Frame
224 * @param wait true, if the Filter should wait for a Frame before processing.
265 public Filter getFilter() {
275 InputPort(Filter filte
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DFrameSourceFilter.java22 * A {@link Filter} that pushes out externally injected frames.
28 class FrameSourceFilter extends Filter {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterContext.java20 import android.filterfw.core.Filter;
69 public void onFrameReceived(Filter filter, Frame frame, Object userData);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java20 import android.filterfw.core.Filter;
37 public class InputStreamSource extends Filter {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapSource.java20 import android.filterfw.core.Filter;
31 public class BitmapSource extends Filter {
H A DColorTemperatureFilter.java19 import android.filterfw.core.Filter;
28 public class ColorTemperatureFilter extends Filter {
83 throw new RuntimeException("Filter Sharpen does not support frames of " +
H A DFlipFilter.java19 import android.filterfw.core.Filter;
31 public class FlipFilter extends Filter {
69 throw new RuntimeException("Filter Sharpen does not support frames of " +
H A DSepiaFilter.java19 import android.filterfw.core.Filter;
28 public class SepiaFilter extends Filter {
71 throw new RuntimeException("Filter Sharpen does not support frames of " +
H A DSimpleImageFilter.java20 import android.filterfw.core.Filter;
32 public abstract class SimpleImageFilter extends Filter {
H A DTintFilter.java19 import android.filterfw.core.Filter;
29 public class TintFilter extends Filter {
77 throw new RuntimeException("Filter Sharpen does not support frames of " +
H A DToRGBAFilter.java20 import android.filterfw.core.Filter;
32 public class ToRGBAFilter extends Filter {
H A DToRGBFilter.java20 import android.filterfw.core.Filter;
32 public class ToRGBFilter extends Filter {
H A DBitmapOverlayFilter.java19 import android.filterfw.core.Filter;
32 public class BitmapOverlayFilter extends Filter {
80 throw new RuntimeException("Filter FisheyeFilter does not support frames of " +
H A DBlackWhiteFilter.java19 import android.filterfw.core.Filter;
31 public class BlackWhiteFilter extends Filter {
111 throw new RuntimeException("Filter Sharpen does not support frames of " +
H A DCropFilter.java20 import android.filterfw.core.Filter;
35 public class CropFilter extends Filter {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DAvgBrightnessFilter.java20 import androidx.media.filterfw.Filter;
31 public class AvgBrightnessFilter extends Filter {
H A DContrastRatioFilter.java20 import androidx.media.filterfw.Filter;
31 public class ContrastRatioFilter extends Filter {
H A DIfElseFilter.java20 import androidx.media.filterfw.Filter;
30 public class IfElseFilter extends Filter {

Completed in 264 milliseconds

123456789