Searched refs:addMaskedInputPort (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawOverlayFilter.java50 addMaskedInputPort("source", imageFormatMask);
51 addMaskedInputPort("overlay", imageFormatMask);
52 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
H A DCropFilter.java79 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
80 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
H A DDrawRectFilter.java72 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
H A DImageEncoder.java53 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DToGrayFilter.java66 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DColorTemperatureFilter.java69 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DCrossProcessFilter.java82 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DNegativeFilter.java55 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DPosterizeFilter.java58 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DSepiaFilter.java56 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DSimpleImageFilter.java59 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DToRGBAFilter.java52 addMaskedInputPort("image", mask);
H A DToRGBFilter.java52 addMaskedInputPort("image", mask);
H A DBitmapOverlayFilter.java68 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DBlackWhiteFilter.java95 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DCropRectFilter.java66 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DDocumentaryFilter.java90 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DDuotoneFilter.java65 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DFillLightFilter.java71 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DFixedRotationFilter.java49 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DFlipFilter.java55 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DImageCombineFilter.java67 addMaskedInputPort(inputName, ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringLogger.java38 addMaskedInputPort("string", ObjectFormat.fromClass(Object.class,
H A DToUpperCase.java40 addMaskedInputPort("mixedcase", mOutputFormat);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureTarget.java45 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));

Completed in 93 milliseconds

12