Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1562 public static final int INT_UNSET = -1; field in VideoFormat
1567 private int width = INT_UNSET;
1568 private int height = INT_UNSET;
1569 private int maxWidth = INT_UNSET;
1570 private int maxHeight = INT_UNSET;
1612 if (width == INT_UNSET) { in getWidth()
1635 if (height == INT_UNSET) { in getHeight()
1654 if (width == INT_UNSET || height == INT_UNSET) { in getOriginalSize()
1687 private int width = VideoFormat.INT_UNSET;
1688 private int height = VideoFormat.INT_UNSET;