Searched refs:getLocalVideoSurfaceTexture (Results 1 – 5 of 5) sorted by relevance
313 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(new LocalDelegate()); in onVideoCallScreenUiReady()341 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(null); in onVideoCallScreenUiUnready()387 public VideoSurfaceTexture getLocalVideoSurfaceTexture() { in getLocalVideoSurfaceTexture() method in VideoCallPresenter388 return InCallPresenter.getInstance().getLocalVideoSurfaceTexture(); in getLocalVideoSurfaceTexture()957 Surface surface = getLocalVideoSurfaceTexture().getSavedSurface(); in onCameraDimensionsChange()976 getLocalVideoSurfaceTexture().setSurfaceDimensions(new Point(width, height)); in changePreviewDimensions()1003 Point previewDimensions = getLocalVideoSurfaceTexture().getSurfaceDimensions(); in onDeviceOrientationChanged()
1870 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
696 videoCallScreenDelegate.getLocalVideoSurfaceTexture().attachToTextureView(previewTextureView); in showVideoViews()998 videoCallScreenDelegate.getLocalVideoSurfaceTexture(); in updatePreviewVideoScaling()