Searched refs:mBlockCountRange (Results 1 – 2 of 2) sorted by relevance
1875 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities1984 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()1988 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()2028 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()2032 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()2555 ok = ok && mBlockCountRange.contains(blockCount) in supports()2625 return mBlockCountRange; in getBlockCountRange()2649 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()2906 mBlockCountRange = POSITIVE_INTEGERS.intersect(2944 mBlockCountRange = mBlockCountRange.intersect([all …]
26965 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockCountRange:Landroid/util/Range;