Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1880 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities
2077 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26967 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;