Home
last modified time | relevance | path

Searched refs:mBlocksPerSecondRange (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1212 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities
1402 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()
1404 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()
1537 ok = mBlocksPerSecondRange.contains( in supports()
1597 return mBlocksPerSecondRange; in getBlocksPerSecondRange()
1617 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()
1820 mBlocksPerSecondRange = POSITIVE_LONGS.intersect( in parseFromInfo()
1858 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()
1895 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()
1896 mBlocksPerSecondRange, factor); in applyBlockLimits()
[all …]