Searched refs:SurfaceHolderVideoSink (Results 1 – 1 of 1) sorted by relevance
62 SurfaceHolderVideoSink mSurfaceHolder1VideoSink, mSurfaceHolder2VideoSink;187 mSurfaceHolder1VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder1); in onCreate()192 mSurfaceHolder2VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder2); in onCreate()351 static class SurfaceHolderVideoSink extends VideoSink { class in NativeMedia355 SurfaceHolderVideoSink(SurfaceHolder surfaceHolder) { in SurfaceHolderVideoSink() method in NativeMedia.SurfaceHolderVideoSink