HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceHolderVideoSink (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java 55 SurfaceHolderVideoSink mSurfaceHolder1VideoSink, mSurfaceHolder2VideoSink;
177 mSurfaceHolder1VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder1);
182 mSurfaceHolder2VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder2);
351 static class SurfaceHolderVideoSink extends VideoSink {
355 SurfaceHolderVideoSink(SurfaceHolder surfaceHolder) {
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java 62 SurfaceHolderVideoSink mSurfaceHolder1VideoSink, mSurfaceHolder2VideoSink;
187 mSurfaceHolder1VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder1);
192 mSurfaceHolder2VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder2);
351 static class SurfaceHolderVideoSink extends VideoSink {
355 SurfaceHolderVideoSink(SurfaceHolder surfaceHolder) {

Completed in 186 milliseconds