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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringLogger.java39 FrameFormat.TARGET_SIMPLE));
H A DStringSource.java45 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
H A DToUpperCase.java41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java45 if (target == FrameFormat.TARGET_SIMPLE) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DObjectSource.java63 FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.TARGET_SIMPLE);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
H A DSinWaveFilter.java47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrameManager.java62 case FrameFormat.TARGET_SIMPLE:
H A DFrameFormat.java42 public static final int TARGET_SIMPLE = 1; field in class:FrameFormat
361 case TARGET_SIMPLE: return "simple";
390 return FrameFormat.TARGET_SIMPLE;
H A DSimpleFrame.java44 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
H A DFilter.java370 FrameFormat.TARGET_SIMPLE);
391 FrameFormat.TARGET_SIMPLE);
634 MutableFrameFormat inputFormat = ObjectFormat.fromObject(value, FrameFormat.TARGET_SIMPLE);
H A DSerializedFrame.java185 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawOverlayFilter.java52 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
H A DCropFilter.java80 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
H A DDrawRectFilter.java74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));

Completed in 346 milliseconds