OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_SIMPLE
(Results
1 - 15
of
15
) sorted by null
/system/media/mca/filterpacks/text/java/
StringLogger.java
39
FrameFormat.
TARGET_SIMPLE
));
StringSource.java
45
mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.
TARGET_SIMPLE
);
ToUpperCase.java
39
mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.
TARGET_SIMPLE
);
/system/media/mca/filterfw/java/android/filterfw/basefilters/
ObjectSource.java
63
FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.
TARGET_SIMPLE
);
/system/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java
45
if (target == FrameFormat.
TARGET_SIMPLE
) {
/system/media/mca/filterpacks/numeric/java/
SinWaveFilter.java
47
mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.
TARGET_SIMPLE
);
/system/media/mca/filterpacks/performance/java/
ThroughputFilter.java
53
mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.
TARGET_SIMPLE
);
/system/media/mca/filterfw/java/android/filterfw/core/
SimpleFrameManager.java
62
case FrameFormat.
TARGET_SIMPLE
:
FrameFormat.java
42
public static final int
TARGET_SIMPLE
= 1;
361
case
TARGET_SIMPLE
: return "simple";
390
return FrameFormat.
TARGET_SIMPLE
;
SimpleFrame.java
44
FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.
TARGET_SIMPLE
);
Filter.java
370
FrameFormat.
TARGET_SIMPLE
);
391
FrameFormat.
TARGET_SIMPLE
);
634
MutableFrameFormat inputFormat = ObjectFormat.fromObject(value, FrameFormat.
TARGET_SIMPLE
);
SerializedFrame.java
185
FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.
TARGET_SIMPLE
);
/system/media/mca/filterpacks/imageproc/java/
DrawOverlayFilter.java
52
addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.
TARGET_SIMPLE
));
CropFilter.java
80
addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.
TARGET_SIMPLE
));
DrawRectFilter.java
74
addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.
TARGET_SIMPLE
));
Completed in 145 milliseconds