Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2635 Range<Integer> counts = null, widths = null, heights = null; in parseFromInfo() local
2651 heights = sizeRanges.second; in parseFromInfo()
2660 Math.min(widths.getUpper(), heights.getUpper()); in parseFromInfo()
2661 widths = heights = widths.extend(heights); in parseFromInfo()
2717 if (heights != null) { in parseFromInfo()
2718 mHeightRange = getSizeRange().intersect(heights); in parseFromInfo()
2755 if (heights != null) { in parseFromInfo()
2756 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dmedia-controls.md53 * Manages the various media host states and coordinates heights between different players