Searched refs:mBlocksPerSecondRange (Results 1 – 2 of 2) sorted by relevance
1340 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities1531 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()1533 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()2009 ok = mBlocksPerSecondRange.contains( in supports()2069 return mBlocksPerSecondRange; in getBlocksPerSecondRange()2089 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()2350 mBlocksPerSecondRange = POSITIVE_LONGS.intersect(2388 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(2425 mBlocksPerSecondRange = Utils.factorRange(2426 mBlocksPerSecondRange, factor);[all …]
37096 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;