Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1694 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities
2375 ok = mBlocksPerSecondRange.contains( in supports()
2444 return mBlocksPerSecondRange; in getBlocksPerSecondRange()
2464 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()
2764 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()
2801 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()
2802 mBlocksPerSecondRange, factor); in applyBlockLimits()
2821 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(rates); in applyBlockLimits()
2888 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in updateLimits()
2892 (int)(mBlocksPerSecondRange.getLower() in updateLimits()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26967 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;