Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1335 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities
1438 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1442 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1482 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()
1486 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()
2003 ok = ok && mBlockCountRange.contains(blockCount) in supports()
2064 return mBlockCountRange; in getBlockCountRange()
2088 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()
2345 mBlockCountRange = POSITIVE_INTEGERS.intersect(
2383 mBlockCountRange = mBlockCountRange.intersect(
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37094 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockCountRange:Landroid/util/Range;