Home
last modified time | relevance | path

Searched refs:ObjectFormat (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
DStringLogger.java24 import android.filterfw.format.ObjectFormat;
38 addMaskedInputPort("string", ObjectFormat.fromClass(Object.class, in setupPorts()
DStringSource.java25 import android.filterfw.format.ObjectFormat;
43 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
DToUpperCase.java24 import android.filterfw.format.ObjectFormat;
41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
DSinWaveFilter.java25 import android.filterfw.format.ObjectFormat;
47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DObjectSource.java26 import android.filterfw.format.ObjectFormat;
60 FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.TARGET_SIMPLE); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughputFilter.java25 import android.filterfw.format.ObjectFormat;
53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawOverlayFilter.java27 import android.filterfw.format.ObjectFormat;
46 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DDrawRectFilter.java29 import android.filterfw.format.ObjectFormat;
71 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
DCropFilter.java30 import android.filterfw.format.ObjectFormat;
74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSimpleFrame.java23 import android.filterfw.format.ObjectFormat;
42 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject()
DSerializedFrame.java23 import android.filterfw.format.ObjectFormat;
181 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject()
DFilter.java25 import android.filterfw.format.ObjectFormat;
368 MutableFrameFormat format = ObjectFormat.fromClass(field.getType(), in addFieldPort()
389 MutableFrameFormat format = ObjectFormat.fromClass(varType, in addProgramPort()
633 MutableFrameFormat inputFormat = ObjectFormat.fromObject(value, FrameFormat.TARGET_SIMPLE); in wrapInputValue()
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DObjectFormat.java27 public class ObjectFormat { class
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h46 enum ObjectFormat { ELF, MachO, COFF }; enum