Searched defs:FrameFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java29 public class FrameFormat { class
64 protected FrameFormat() { method in class:FrameFormat
67 public FrameFormat(int baseType, int target) { method in class:FrameFormat
73 public static FrameFormat unspecified() {
74 return new FrameFormat(TYPE_UNSPECIFIED, TARGET_UNSPECIFIED);
117 "FrameFormat meta-key '" + key + "' is of type " +
176 if (!(object instanceof FrameFormat)) {
180 FrameFormat format = (FrameFormat)object;
193 public boolean isCompatibleWith(FrameFormat specificatio
[all...]

Completed in 42 milliseconds