OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGLView1
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java
64
mGLView1
= (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
187
mGLView1VideoSink = new GLViewVideoSink(
mGLView1
);
306
mGLView1
.onPause();
314
mGLView1
.onResume();
326
private MyGLSurfaceView
mGLView1
, mGLView2;
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java
71
mGLView1
= (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
197
mGLView1VideoSink = new GLViewVideoSink(
mGLView1
);
306
mGLView1
.onPause();
314
mGLView1
.onResume();
326
private MyGLSurfaceView
mGLView1
, mGLView2;
Completed in 95 milliseconds