Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1229 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities
1331 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1335 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1375 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()
1379 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()
1553 ok = ok && mBlockCountRange.contains(blockCount) in supports()
1613 return mBlockCountRange; in getBlockCountRange()
1637 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()
1836 mBlockCountRange = POSITIVE_INTEGERS.intersect( in parseFromInfo()
1874 mBlockCountRange = mBlockCountRange.intersect( in parseFromInfo()
[all …]