Searched refs:TYPE_UNSPECIFIED (Results 1 – 1 of 1) sorted by relevance
31 public static final int TYPE_UNSPECIFIED = 0; field in FrameFormat56 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()