Searched refs:TYPE_OBJECT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java31 MutableFrameFormat result = new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target);
46 ? new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target)
52 ? new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target)
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java62 * If the frame's base-type is not TYPE_OBJECT, this returns a data buffer containing the native
71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) {
H A DFrameFormat.java39 public static final int TYPE_OBJECT = 8; field in class:FrameFormat
353 case TYPE_OBJECT: return "object";

Completed in 71 milliseconds