|
| BaseVideoRenderer (String name) |
|
EglRenderer | getEglRender () |
|
long | getEGLContextHandle () |
|
void | init (EglBase.Context sharedContext) |
|
void | init (final EglBase.Context sharedContext, final int[] configAttributes, RendererCommon.GlDrawer drawer) |
|
void | setRenderView (SurfaceView view, SurfaceHolder.Callback listener) |
|
void | setRenderView (TextureView view, TextureView.SurfaceTextureListener listener) |
|
void | setRenderSurface (Surface surface) |
|
void | setRenderSurface (SurfaceTexture st) |
|
void | setBufferType (MediaIO.BufferType type) |
|
void | setPixelFormat (MediaIO.PixelFormat fmt) |
|
void | release () |
|
boolean | start () |
|
void | stop () |
|
void | consume (int texId, int format, int width, int height, int rotation, long ts, float[] matrix) |
|
void | consume (ByteBuffer buffer, int format, int width, int height, int rotation, long ts) |
|
void | consume (byte[] data, int format, int width, int height, int rotation, long ts) |
|
int | getBufferType () |
|
int | getPixelFormat () |
|
void | surfaceCreated (SurfaceHolder holder) |
|
void | surfaceChanged (SurfaceHolder holder, int format, int width, int height) |
|
void | surfaceDestroyed (SurfaceHolder holder) |
|
void | onSurfaceTextureAvailable (SurfaceTexture surface, int width, int height) |
|
void | onSurfaceTextureSizeChanged (SurfaceTexture surface, int width, int height) |
|
boolean | onSurfaceTextureDestroyed (SurfaceTexture surface) |
|
void | onSurfaceTextureUpdated (SurfaceTexture surface) |
|