Searched refs:blockWidth (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaCodecInfo.java | 2032 int blockWidth = 16 * mBlockSize.getWidth(); in toString() local 2039 if (blockWidth > 16 || blockHeight > 16) { in toString() 2040 info += ", " + blockWidth + "x" + blockHeight + " blocks"; in toString() 2788 int blockWidth, int blockHeight, in applyBlockLimits() argument 2790 checkPowerOfTwo(blockWidth, "blockWidth must be a power of two"); in applyBlockLimits() 2793 final int newBlockWidth = Math.max(blockWidth, mBlockWidth); in applyBlockLimits() 2818 newBlockWidth / blockWidth); in applyBlockLimits() 2901 int blockWidth, int blockHeight, in applyMacroBlockLimits() argument 2907 blockWidth, blockHeight, widthAlignment, heightAlignment); in applyMacroBlockLimits() 2914 int blockWidth, int blockHeight, in applyMacroBlockLimits() argument [all …]
|