Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java30 public static final int TYPE_UNSPECIFIED = 0; field in FrameFormat
55 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15416 Landroid/filterfw/core/FrameFormat;->TYPE_UNSPECIFIED:I