Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1933 private void applyAlignment(int widthAlignment, int heightAlignment) { in applyAlignment() argument
1935 checkPowerOfTwo(heightAlignment, "heightAlignment must be a power of two"); in applyAlignment()
1937 if (widthAlignment > mBlockWidth || heightAlignment > mBlockHeight) { in applyAlignment()
1941 Math.max(heightAlignment, mBlockHeight), in applyAlignment()
1946 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()
2008 int widthAlignment, int heightAlignment) { in applyMacroBlockLimits() argument
2013 blockWidth, blockHeight, widthAlignment, heightAlignment); in applyMacroBlockLimits()
2021 int widthAlignment, int heightAlignment) { in applyMacroBlockLimits() argument
2022 applyAlignment(widthAlignment, heightAlignment); in applyMacroBlockLimits()