Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1900 final int newBlockHeight = Math.max(blockHeight, mBlockHeight); in applyBlockLimits() local
1904 newBlockWidth * newBlockHeight / mBlockWidth / mBlockHeight; in applyBlockLimits()
1911 newBlockHeight / mBlockHeight, in applyBlockLimits()
1916 mVerticalBlockRange, newBlockHeight / mBlockHeight); in applyBlockLimits()
1918 factor = newBlockWidth * newBlockHeight / blockWidth / blockHeight; in applyBlockLimits()
1923 ratios, newBlockHeight / blockHeight, in applyBlockLimits()
1930 mBlockHeight = newBlockHeight; in applyBlockLimits()