Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1700 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities
1851 maxHeightInBlocks * mBlockHeight); in getSupportedHeightsFor()
2434 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
2473 mBlockHeight = 2; in initWithPlatformLimits()
2633 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
2733 mBlockHeight / blockSize.getHeight(), in parseFromInfo()
2805 newBlockHeight / mBlockHeight, in applyBlockLimits()
2824 mBlockHeight = newBlockHeight; in applyBlockLimits()
2835 Math.max(heightAlignment, mBlockHeight), in applyAlignment()
2855 Utils.factorRange(mHeightRange, mBlockHeight)); in updateLimits()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26966 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockHeight:I