Home
last modified time | relevance | path

Searched refs:addMaskedInputPort (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawOverlayFilter.java44 addMaskedInputPort("source", imageFormatMask); in setupPorts()
45 addMaskedInputPort("overlay", imageFormatMask); in setupPorts()
46 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DCropFilter.java73 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DDrawRectFilter.java69 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA, in setupPorts()
71 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DImageEncoder.java48 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA, in setupPorts()
DToGrayFilter.java57 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA, in setupPorts()
DPosterizeFilter.java55 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DCrossProcessFilter.java77 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DNegativeFilter.java52 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DSepiaFilter.java53 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DToRGBFilter.java47 addMaskedInputPort("image", mask); in setupPorts()
DColorTemperatureFilter.java65 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DSimpleImageFilter.java53 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DToRGBAFilter.java47 addMaskedInputPort("image", mask); in setupPorts()
DFillLightFilter.java67 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DTintFilter.java59 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DDuotoneFilter.java62 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DFlipFilter.java51 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DSharpenFilter.java74 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DImageCombineFilter.java61 addMaskedInputPort(inputName, ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DFixedRotationFilter.java48 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA, in setupPorts()
DCropRectFilter.java61 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
DBlackWhiteFilter.java92 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
DStringLogger.java38 addMaskedInputPort("string", ObjectFormat.fromClass(Object.class, in setupPorts()
DToUpperCase.java42 addMaskedInputPort("mixedcase", mOutputFormat); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DGLTextureTarget.java42 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA)); in setupPorts()

12