Searched refs:mBlockCountRange (Results 1 – 2 of 2) sorted by relevance
1335 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities1438 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 …]
37094 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockCountRange:Landroid/util/Range;