Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1699 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities
1807 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor()
2434 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
2472 mBlockWidth = 2; in initWithPlatformLimits()
2633 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
2793 final int newBlockWidth = Math.max(blockWidth, mBlockWidth); in applyBlockLimits()
2806 newBlockWidth / mBlockWidth); in applyBlockLimits()
2823 mBlockWidth = newBlockWidth; in applyBlockLimits()
2834 Math.max(widthAlignment, mBlockWidth), in applyAlignment()
2849 Utils.factorRange(mWidthRange, mBlockWidth)); in updateLimits()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26968 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockWidth:I