HomeSort by relevance Sort by last modified time
    Searched refs:mSurfaceHolder2VideoSink (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;
181 if (mSurfaceHolder2VideoSink == null) {
182 mSurfaceHolder2VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder2);
184 mSelectedVideoSink = mSurfaceHolder2VideoSink;
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java 62 SurfaceHolderVideoSink mSurfaceHolder1VideoSink, mSurfaceHolder2VideoSink;
191 if (mSurfaceHolder2VideoSink == null) {
192 mSurfaceHolder2VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder2);
194 mSelectedVideoSink = mSurfaceHolder2VideoSink;

Completed in 115 milliseconds