Searched refs:mBlocksPerSecondRange (Results 1 – 1 of 1) sorted by relevance
1234 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities1424 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()1426 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()1559 ok = mBlocksPerSecondRange.contains( in supports()1618 return mBlocksPerSecondRange; in getBlocksPerSecondRange()1638 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()1841 mBlocksPerSecondRange = POSITIVE_LONGS.intersect( in parseFromInfo()1879 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()1916 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()1917 mBlocksPerSecondRange, factor); in applyBlockLimits()[all …]