Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1207 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities
1309 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1313 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1353 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()
1357 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()
1531 ok = ok && mBlockCountRange.contains(blockCount) in supports()
1592 return mBlockCountRange; in getBlockCountRange()
1616 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()
1815 mBlockCountRange = POSITIVE_INTEGERS.intersect( in parseFromInfo()
1853 mBlockCountRange = mBlockCountRange.intersect( in parseFromInfo()
[all …]