Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1485 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities
2166 ok = mBlocksPerSecondRange.contains( in supports()
2226 return mBlocksPerSecondRange; in getBlocksPerSecondRange()
2246 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()
2552 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()
2589 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()
2590 mBlocksPerSecondRange, factor); in applyBlockLimits()
2609 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(rates); in applyBlockLimits()
2676 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in updateLimits()
2680 (int)(mBlocksPerSecondRange.getLower() in updateLimits()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29845 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;