Searched refs:getLocalVideoSurfaceTexture (Results 1 – 5 of 5) sorted by relevance
313 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(new LocalDelegate()); in onVideoCallScreenUiReady()352 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(null); in onVideoCallScreenUiUnready()398 public VideoSurfaceTexture getLocalVideoSurfaceTexture() { in getLocalVideoSurfaceTexture() method in VideoCallPresenter399 return InCallPresenter.getInstance().getLocalVideoSurfaceTexture(); in getLocalVideoSurfaceTexture()973 Surface surface = getLocalVideoSurfaceTexture().getSavedSurface(); in onCameraDimensionsChange()992 getLocalVideoSurfaceTexture().setSurfaceDimensions(new Point(width, height)); in changePreviewDimensions()1019 Point previewDimensions = getLocalVideoSurfaceTexture().getSurfaceDimensions(); in onDeviceOrientationChanged()
1875 VideoSurfaceTexture getLocalVideoSurfaceTexture() { in getLocalVideoSurfaceTexture() method in InCallPresenter
63 delegate.getLocalVideoSurfaceTexture().attachToTextureView(textureView); in onVideoScreenStart()121 Point cameraDimensions = delegate.getLocalVideoSurfaceTexture().getSurfaceDimensions(); in updatePreviewVideoScaling()
44 VideoSurfaceTexture getLocalVideoSurfaceTexture(); in getLocalVideoSurfaceTexture() method
732 videoCallScreenDelegate.getLocalVideoSurfaceTexture().attachToTextureView(previewTextureView); in showVideoViews()1042 videoCallScreenDelegate.getLocalVideoSurfaceTexture(); in updatePreviewVideoScaling()