Home | History | Annotate | Download | only in media

Lines Matching full:paddedwidth

238                     int paddedWidth = Shared.nextPowerOf2(width);
245 Bitmap padded = Bitmap.createBitmap(paddedWidth, paddedHeight, config);
252 texture.mNormalizedWidth = (float) width / (float) paddedWidth;