Searched refs:roundToNextPowerOf2 (Results 1 – 1 of 1) sorted by relevance
274 long maxMemoryPerSurface = roundToNextPowerOf2(mWidth) * roundToNextPowerOf2(mHeight) * 4; in onCreate()541 private int roundToNextPowerOf2(int value) { in roundToNextPowerOf2() method in SurfaceCompositionMeasuringActivity