Searched refs:checkPowerOfTwo (Results 1 – 1 of 1) sorted by relevance
100 private static int checkPowerOfTwo(int value, String message) { in checkPowerOfTwo() method in MediaCodecInfo1801 checkPowerOfTwo( in parseFromInfo()1803 checkPowerOfTwo( in parseFromInfo()1806 checkPowerOfTwo( in parseFromInfo()1808 checkPowerOfTwo( in parseFromInfo()1896 checkPowerOfTwo(blockWidth, "blockWidth must be a power of two"); in applyBlockLimits()1897 checkPowerOfTwo(blockHeight, "blockHeight must be a power of two"); in applyBlockLimits()1934 checkPowerOfTwo(widthAlignment, "widthAlignment must be a power of two"); in applyAlignment()1935 checkPowerOfTwo(heightAlignment, "heightAlignment must be a power of two"); in applyAlignment()