HomeSort by relevance Sort by last modified time
    Searched refs:ObjectFormat (Results 1 - 19 of 19) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
StringLogger.java 24 import android.filterfw.format.ObjectFormat;
38 addMaskedInputPort("string", ObjectFormat.fromClass(Object.class,
StringSource.java 27 import android.filterfw.format.ObjectFormat;
45 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
ToUpperCase.java 24 import android.filterfw.format.ObjectFormat;
41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
ObjectSource.java 29 import android.filterfw.format.ObjectFormat;
63 FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java 25 import android.filterfw.format.ObjectFormat;
47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 25 import android.filterfw.format.ObjectFormat;
53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawOverlayFilter.java 31 import android.filterfw.format.ObjectFormat;
52 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
CropFilter.java 34 import android.filterfw.format.ObjectFormat;
80 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
DrawRectFilter.java 32 import android.filterfw.format.ObjectFormat;
74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 24 import android.filterfw.format.ObjectFormat;
44 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
SerializedFrame.java 24 import android.filterfw.format.ObjectFormat;
185 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
Filter.java 25 import android.filterfw.format.ObjectFormat;
369 MutableFrameFormat format = ObjectFormat.fromClass(field.getType(),
390 MutableFrameFormat format = ObjectFormat.fromClass(varType,
634 MutableFrameFormat inputFormat = ObjectFormat.fromObject(value, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 27 public class ObjectFormat {
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 51 enum ObjectFormat {
240 /// @param OF [in] The file format. @see ObjectFormat
  /external/libmtp/src/
libmtp.c 151 static void get_track_metadata(LIBMTP_mtpdevice_t *device, uint16_t objectformat,
161 uint16_t const objectformat,
172 uint16_t const objectformat,
    [all...]
ptp-pack.c 472 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat);
573 oi->ObjectFormat=dtoh16a(&data[PTP_oi_ObjectFormat]);
    [all...]
playlist-spl.c 93 return (oi->ObjectFormat == PTP_OFC_Undefined) &&
ptp.h 735 uint16_t ObjectFormat;
    [all...]
ptp.c     [all...]

Completed in 321 milliseconds