Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1942 private void applyAlignment(int widthAlignment, int heightAlignment) { in applyAlignment() argument
1944 checkPowerOfTwo(heightAlignment, "heightAlignment must be a power of two"); in applyAlignment()
1946 if (widthAlignment > mBlockWidth || heightAlignment > mBlockHeight) { in applyAlignment()
1950 Math.max(heightAlignment, mBlockHeight), in applyAlignment()
1955 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()
2017 int widthAlignment, int heightAlignment) { in applyMacroBlockLimits() argument
2022 blockWidth, blockHeight, widthAlignment, heightAlignment); in applyMacroBlockLimits()
2030 int widthAlignment, int heightAlignment) { in applyMacroBlockLimits() argument
2031 applyAlignment(widthAlignment, heightAlignment); in applyMacroBlockLimits()