Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1340 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities
1531 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37096 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;