Searched refs:mBlockCountRange (Results 1 – 1 of 1) sorted by relevance
1219 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities1321 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()1325 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()1365 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()1369 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()1543 ok = ok && mBlockCountRange.contains(blockCount) in supports()1604 return mBlockCountRange; in getBlockCountRange()1628 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()1827 mBlockCountRange = POSITIVE_INTEGERS.intersect( in parseFromInfo()1865 mBlockCountRange = mBlockCountRange.intersect( in parseFromInfo()[all …]