Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1480 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities
1637 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()
2160 ok = ok && mBlockCountRange.contains(blockCount) in supports()
2221 return mBlockCountRange; in getBlockCountRange()
2245 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()
2509 mBlockCountRange = POSITIVE_INTEGERS.intersect( in parseFromInfo()
2547 mBlockCountRange = mBlockCountRange.intersect( in parseFromInfo()
2588 mBlockCountRange = Utils.factorRange(mBlockCountRange, factor); in applyBlockLimits()
2608 mBlockCountRange = mBlockCountRange.intersect(counts); in applyBlockLimits()
2648 mBlockCountRange = mBlockCountRange.intersect( in updateLimits()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29843 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockCountRange:Landroid/util/Range;