Searched refs:INT_UNSET (Results 1 – 1 of 1) sorted by relevance
1560 public static final int INT_UNSET = -1; field in VideoFormat1565 private int width = INT_UNSET;1566 private int height = INT_UNSET;1567 private int maxWidth = INT_UNSET;1568 private int maxHeight = INT_UNSET;1610 if (width == INT_UNSET) { in getWidth()1633 if (height == INT_UNSET) { in getHeight()1652 if (width == INT_UNSET || height == INT_UNSET) { in getOriginalSize()1687 private int width = VideoFormat.INT_UNSET;1688 private int height = VideoFormat.INT_UNSET;