Home
last modified time | relevance | path

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

12

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

12