Searched refs:mBlockCountRange (Results 1 – 2 of 2) sorted by relevance
1480 private Range<Integer> mBlockCountRange; field in MediaCodecInfo.VideoCapabilities1637 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()2160 ok = ok && mBlockCountRange.contains(blockCount) in supports()2221 return mBlockCountRange; in getBlockCountRange()2245 mBlockCountRange = POSITIVE_INTEGERS; in initWithPlatformLimits()2509 mBlockCountRange = POSITIVE_INTEGERS.intersect( in parseFromInfo()2547 mBlockCountRange = mBlockCountRange.intersect( in parseFromInfo()2588 mBlockCountRange = Utils.factorRange(mBlockCountRange, factor); in applyBlockLimits()2608 mBlockCountRange = mBlockCountRange.intersect(counts); in applyBlockLimits()2648 mBlockCountRange = mBlockCountRange.intersect( in updateLimits()[all …]
29843 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockCountRange:Landroid/util/Range;