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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java31 public static final int TYPE_UNSPECIFIED = 0; field in class:FrameFormat
56 protected int mBaseType = TYPE_UNSPECIFIED;
74 return new FrameFormat(TYPE_UNSPECIFIED, TARGET_UNSPECIFIED);
195 if (specification.getBaseType() != TYPE_UNSPECIFIED
251 if (specification.getBaseType() != TYPE_UNSPECIFIED
252 && getBaseType() != TYPE_UNSPECIFIED
345 case TYPE_UNSPECIFIED: return "unspecified";

Completed in 50 milliseconds