Searched refs:TYPE_UNSPECIFIED (Results 1 – 2 of 2) sorted by relevance
30 public static final int TYPE_UNSPECIFIED = 0; field in FrameFormat55 protected int mBaseType = TYPE_UNSPECIFIED;73 return new FrameFormat(TYPE_UNSPECIFIED, TARGET_UNSPECIFIED); in unspecified()198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()254 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()255 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()348 case TYPE_UNSPECIFIED: return "unspecified"; in baseTypeToString()
15416 Landroid/filterfw/core/FrameFormat;->TYPE_UNSPECIFIED:I