Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1742 Range<Integer> counts = null, widths = null, heights = null; in parseFromInfo() local
1757 heights = sizeRanges.second; in parseFromInfo()
1766 Math.min(widths.getUpper(), heights.getUpper()); in parseFromInfo()
1767 widths = heights = widths.extend(heights); in parseFromInfo()
1823 if (heights != null) { in parseFromInfo()
1824 mHeightRange = SIZE_RANGE.intersect(heights); in parseFromInfo()
1861 if (heights != null) { in parseFromInfo()
1862 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()