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

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MainMenuFragment.java 117 SurfaceView svLocal = getEngine().getLocalSurfaceView();
118 if (svLocal != null) {
119 llLocalSurface.addView(svLocal);
128 SurfaceView svLocal = getEngine().getLocalSurfaceView();
129 if (svLocal != null) {
130 llLocalSurface.removeView(svLocal);
148 SurfaceView svLocal = getEngine().getLocalSurfaceView();
149 boolean resetLocalView = svLocal != null;
151 llLocalSurface.removeView(svLocal);
155 svLocal = getEngine().getLocalSurfaceView()
    [all...]
MediaEngine.java 142 private SurfaceView svLocal;
608 svLocal = new SurfaceView(context);
609 VideoCaptureAndroid.setLocalPreview(svLocal.getHolder());
616 svLocal = null;
630 return svLocal;
735 if (svLocal == null) {

Completed in 40 milliseconds