Home
last modified time | relevance | path

Searched refs:TARGET_SIMPLE (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java42 public static final int TARGET_SIMPLE = 1; field in FrameFormat
361 case TARGET_SIMPLE: return "simple"; in targetToString()
390 return FrameFormat.TARGET_SIMPLE; in readTargetString()
DSimpleFrameManager.java62 case FrameFormat.TARGET_SIMPLE: in createNewFrame()
DSimpleFrame.java42 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject()
DFilter.java369 FrameFormat.TARGET_SIMPLE); in addFieldPort()
390 FrameFormat.TARGET_SIMPLE); in addProgramPort()
633 MutableFrameFormat inputFormat = ObjectFormat.fromObject(value, FrameFormat.TARGET_SIMPLE); in wrapInputValue()
DSerializedFrame.java181 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
DStringLogger.java39 FrameFormat.TARGET_SIMPLE)); in setupPorts()
DStringSource.java43 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
DToUpperCase.java41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
DSinWaveFilter.java47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DImageFormat.java45 if (target == FrameFormat.TARGET_SIMPLE) { in create()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DObjectSource.java60 FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.TARGET_SIMPLE); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawOverlayFilter.java46 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DDrawRectFilter.java71 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DCropFilter.java74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughputFilter.java53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE); in setupPorts()