HomeSort by relevance Sort by last modified time
    Searched refs:ObjectFormat (Results 1 - 22 of 22) 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 25 import android.filterfw.format.ObjectFormat;
43 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 26 import android.filterfw.format.ObjectFormat;
60 FrameFormat outputFormat = ObjectFormat.fromObject(mObject, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawOverlayFilter.java 27 import android.filterfw.format.ObjectFormat;
46 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
CropFilter.java 30 import android.filterfw.format.ObjectFormat;
74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
DrawRectFilter.java 29 import android.filterfw.format.ObjectFormat;
71 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, 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);
  /external/llvm/lib/Support/
Triple.cpp 389 ObjectFormat(parseFormat(getEnvironmentName())) {
390 if (ObjectFormat == Triple::UnknownObjectFormat)
391 ObjectFormat = getDefaultFormat(*this);
405 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
406 ObjectFormat = getDefaultFormat(*this);
422 ObjectFormat(parseFormat(EnvironmentStr.str())) {
423 if (ObjectFormat == Triple::UnknownObjectFormat)
424 ObjectFormat = getDefaultFormat(*this);
449 ObjectFormatType ObjectFormat = UnknownObjectFormat;
451 ObjectFormat = parseFormat(Components[4])
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 23 import android.filterfw.format.ObjectFormat;
42 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
SerializedFrame.java 23 import android.filterfw.format.ObjectFormat;
181 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
Filter.java 25 import android.filterfw.format.ObjectFormat;
368 MutableFrameFormat format = ObjectFormat.fromClass(field.getType(),
389 MutableFrameFormat format = ObjectFormat.fromClass(varType,
633 MutableFrameFormat inputFormat = ObjectFormat.fromObject(value, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 27 public class ObjectFormat {
  /external/llvm/include/llvm/ADT/
Triple.h 164 ObjectFormatType ObjectFormat;
172 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
212 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 50 enum ObjectFormat {
226 /// @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...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 877 milliseconds