Searched refs:mBlocksPerSecondRange (Results 1 – 1 of 1) sorted by relevance
1224 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities1414 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()1416 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()1549 ok = mBlocksPerSecondRange.contains( in supports()1609 return mBlocksPerSecondRange; in getBlocksPerSecondRange()1629 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()1832 mBlocksPerSecondRange = POSITIVE_LONGS.intersect( in parseFromInfo()1870 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()1907 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()1908 mBlocksPerSecondRange, factor); in applyBlockLimits()[all …]