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
1789 checkPowerOfTwo( in parseFromInfo()
1791 checkPowerOfTwo( in parseFromInfo()
1794 checkPowerOfTwo( in parseFromInfo()
1796 checkPowerOfTwo( in parseFromInfo()
1884 checkPowerOfTwo(blockWidth, "blockWidth must be a power of two"); in applyBlockLimits()
1885 checkPowerOfTwo(blockHeight, "blockHeight must be a power of two"); in applyBlockLimits()
1922 checkPowerOfTwo(widthAlignment, "widthAlignment must be a power of two"); in applyAlignment()
1923 checkPowerOfTwo(heightAlignment, "heightAlignment must be a power of two"); in applyAlignment()