OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGLView2
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java
65
mGLView2
= (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
192
mGLView2VideoSink = new GLViewVideoSink(
mGLView2
);
307
mGLView2
.onPause();
315
mGLView2
.onResume();
326
private MyGLSurfaceView mGLView1,
mGLView2
;
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java
72
mGLView2
= (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
202
mGLView2VideoSink = new GLViewVideoSink(
mGLView2
);
307
mGLView2
.onPause();
315
mGLView2
.onResume();
326
private MyGLSurfaceView mGLView1,
mGLView2
;
Completed in 118 milliseconds