HomeSort by relevance Sort by last modified time
    Searched refs:mSurfaceHolder1VideoSink (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;
176 if (mSurfaceHolder1VideoSink == null) {
177 mSurfaceHolder1VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder1);
179 mSelectedVideoSink = mSurfaceHolder1VideoSink;
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java 62 SurfaceHolderVideoSink mSurfaceHolder1VideoSink, mSurfaceHolder2VideoSink;
186 if (mSurfaceHolder1VideoSink == null) {
187 mSurfaceHolder1VideoSink = new SurfaceHolderVideoSink(mSurfaceHolder1);
189 mSelectedVideoSink = mSurfaceHolder1VideoSink;

Completed in 112 milliseconds