Home
last modified time | relevance | path

Searched refs:SurfaceHolderVideoSink (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java62 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 NativeMedia
355 SurfaceHolderVideoSink(SurfaceHolder surfaceHolder) { in SurfaceHolderVideoSink() method in NativeMedia.SurfaceHolderVideoSink