Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1478 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities
1522 return mHeightRange; in getSupportedHeights()
1581 if (!mHeightRange.contains(height) in getSupportedWidthsFor()
1624 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()
1674 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()
2148 ok = mHeightRange.contains(height) in supports()
2238 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()
2454 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange); in parseFromInfo()
2544 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()
2631 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29849 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;