Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java100 private static int checkPowerOfTwo(int value, String message) { in checkPowerOfTwo() method in MediaCodecInfo
1801 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()