Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringLogger.java24 import android.filterfw.format.ObjectFormat;
38 addMaskedInputPort("string", ObjectFormat.fromClass(Object.class, in setupPorts()
H A DStringSource.java25 import android.filterfw.format.ObjectFormat;
43 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
H A DToUpperCase.java24 import android.filterfw.format.ObjectFormat;
41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
H A DSinWaveFilter.java25 import android.filterfw.format.ObjectFormat;
47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DObjectSource.java26 import android.filterfw.format.ObjectFormat;
60 FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.TARGET_SIMPLE); in process()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java25 import android.filterfw.format.ObjectFormat;
53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawOverlayFilter.java27 import android.filterfw.format.ObjectFormat;
46 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
H A DDrawRectFilter.java29 import android.filterfw.format.ObjectFormat;
71 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
H A DCropFilter.java30 import android.filterfw.format.ObjectFormat;
74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE)); in setupPorts()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java23 import android.filterfw.format.ObjectFormat;
42 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject()
H A DSerializedFrame.java23 import android.filterfw.format.ObjectFormat;
181 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject()
H A DFilter.java21 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()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java27 public class ObjectFormat { class
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h46 enum ObjectFormat { ELF, MachO, COFF }; enum
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18744 Landroid/filterfw/format/ObjectFormat;-><init>()V
18745 Landroid/filterfw/format/ObjectFormat;->bytesPerSampleForClass(Ljava/lang/Class;I)I
18746 Landroid/filterfw/format/ObjectFormat;->fromClass(Ljava/lang/Class;I)Landroid/filterfw/core/Mutable…
18747 Landroid/filterfw/format/ObjectFormat;->fromClass(Ljava/lang/Class;II)Landroid/filterfw/core/Mutabl…
18748 Landroid/filterfw/format/ObjectFormat;->fromObject(Ljava/lang/Object;I)Landroid/filterfw/core/Mutab…
18749 Landroid/filterfw/format/ObjectFormat;->fromObject(Ljava/lang/Object;II)Landroid/filterfw/core/Muta…
18750 Landroid/filterfw/format/ObjectFormat;->getBoxedClass(Ljava/lang/Class;)Ljava/lang/Class;