Searched refs:mBlockCountRange (Results 1 – 2 of 2) sorted by relevance
1689 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities1846 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()2369 ok = ok && mBlockCountRange.contains(blockCount) in supports()2439 return mBlockCountRange; in getBlockCountRange()2463 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()2721 mBlockCountRange = POSITIVE_INTEGERS.intersect( in parseFromInfo()2759 mBlockCountRange = mBlockCountRange.intersect( in parseFromInfo()2800 mBlockCountRange = Utils.factorRange(mBlockCountRange, factor); in applyBlockLimits()2820 mBlockCountRange = mBlockCountRange.intersect(counts); in applyBlockLimits()2860 mBlockCountRange = mBlockCountRange.intersect( in updateLimits()[all …]
26965 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockCountRange:Landroid/util/Range;