public class GPUImageNativeLibrary
extends java.lang.Object
| Constructor and Description |
|---|
GPUImageNativeLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static void |
adjustBitmap(android.graphics.Bitmap srcBitmap) |
static void |
YUVtoARBG(byte[] yuv,
int width,
int height,
int[] out) |
static void |
YUVtoRBGA(byte[] yuv,
int width,
int height,
int[] out) |