Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1687 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities
1731 return mHeightRange; in getSupportedHeights()
1790 if (!mHeightRange.contains(height) in getSupportedWidthsFor()
1833 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()
1883 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()
2357 ok = mHeightRange.contains(height) in supports()
2456 mHeightRange = getSizeRange(); in initWithPlatformLimits()
2666 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange); in parseFromInfo()
2756 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()
2843 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26971 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;