Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2582 final int newBlockHeight = Math.max(blockHeight, mBlockHeight); in applyBlockLimits() local
2586 newBlockWidth * newBlockHeight / mBlockWidth / mBlockHeight; in applyBlockLimits()
2593 newBlockHeight / mBlockHeight, in applyBlockLimits()
2598 mVerticalBlockRange, newBlockHeight / mBlockHeight); in applyBlockLimits()
2600 factor = newBlockWidth * newBlockHeight / blockWidth / blockHeight; in applyBlockLimits()
2605 ratios, newBlockHeight / blockHeight, in applyBlockLimits()
2612 mBlockHeight = newBlockHeight; in applyBlockLimits()