Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2794 final int newBlockHeight = Math.max(blockHeight, mBlockHeight); in applyBlockLimits() local
2798 newBlockWidth * newBlockHeight / mBlockWidth / mBlockHeight; in applyBlockLimits()
2805 newBlockHeight / mBlockHeight, in applyBlockLimits()
2810 mVerticalBlockRange, newBlockHeight / mBlockHeight); in applyBlockLimits()
2812 factor = newBlockWidth * newBlockHeight / blockWidth / blockHeight; in applyBlockLimits()
2817 ratios, newBlockHeight / blockHeight, in applyBlockLimits()
2824 mBlockHeight = newBlockHeight; in applyBlockLimits()