public static class RendererCommon.YuvUploader
extends java.lang.Object
Constructor and Description |
---|
YuvUploader() |
Modifier and Type | Method and Description |
---|---|
void |
release()
Releases cached resources.
|
int[] |
uploadYuvData(int width,
int height,
int[] strides,
java.nio.ByteBuffer[] planes)
Upload |planes| into OpenGL textures, taking stride into consideration.
|
public int[] uploadYuvData(int width, int height, int[] strides, java.nio.ByteBuffer[] planes)
public void release()