Searched refs:mBlocksPerSecondRange (Results 1 – 2 of 2) sorted by relevance
1880 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities2077 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()2079 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()2561 ok = mBlocksPerSecondRange.contains( in supports()2630 return mBlocksPerSecondRange; in getBlocksPerSecondRange()2650 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()2911 mBlocksPerSecondRange = POSITIVE_LONGS.intersect(2949 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(2986 mBlocksPerSecondRange = Utils.factorRange(2987 mBlocksPerSecondRange, factor);[all …]
26967 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;