Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2581 final int newBlockWidth = Math.max(blockWidth, mBlockWidth); in applyBlockLimits() local
2586 newBlockWidth * newBlockHeight / mBlockWidth / mBlockHeight; in applyBlockLimits()
2594 newBlockWidth / mBlockWidth); in applyBlockLimits()
2596 mHorizontalBlockRange, newBlockWidth / mBlockWidth); in applyBlockLimits()
2600 factor = newBlockWidth * newBlockHeight / blockWidth / blockHeight; in applyBlockLimits()
2606 newBlockWidth / blockWidth); in applyBlockLimits()
2611 mBlockWidth = newBlockWidth; in applyBlockLimits()