Searched refs:numberOfPixels (Results 1 – 1 of 1) sorted by relevance
83 final int numberOfPixels = rgbaBuffer.remaining() / 4; in stripAlphaChannel() local84 final ByteBuffer rgbBuffer = ByteBuffer.allocateDirect(numberOfPixels * 3); in stripAlphaChannel()