Home
last modified time | relevance | path

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

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