Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2793 final int newBlockWidth = Math.max(blockWidth, mBlockWidth); in applyBlockLimits() local
2798 newBlockWidth * newBlockHeight / mBlockWidth / mBlockHeight; in applyBlockLimits()
2806 newBlockWidth / mBlockWidth); in applyBlockLimits()
2808 mHorizontalBlockRange, newBlockWidth / mBlockWidth); in applyBlockLimits()
2812 factor = newBlockWidth * newBlockHeight / blockWidth / blockHeight; in applyBlockLimits()
2818 newBlockWidth / blockWidth); in applyBlockLimits()
2823 mBlockWidth = newBlockWidth; in applyBlockLimits()