Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1581 public static final int INT_UNSET = -1; field in VideoFormat
1586 private int width = INT_UNSET;
1587 private int height = INT_UNSET;
1588 private int maxWidth = INT_UNSET;
1589 private int maxHeight = INT_UNSET;
1631 if (width == INT_UNSET) { in getWidth()
1654 if (height == INT_UNSET) { in getHeight()
1673 if (width == INT_UNSET || height == INT_UNSET) { in getOriginalSize()
1706 private int width = VideoFormat.INT_UNSET;
1707 private int height = VideoFormat.INT_UNSET;