Home
last modified time | relevance | path

Searched refs:localVideoSurfaceTexture (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java271 private VideoSurfaceTexture localVideoSurfaceTexture; field in InCallPresenter
1871 if (localVideoSurfaceTexture == null) { in getLocalVideoSurfaceTexture()
1876 localVideoSurfaceTexture = VideoSurfaceBindings.createLocalVideoSurfaceTexture(isPixel2017); in getLocalVideoSurfaceTexture()
1878 return localVideoSurfaceTexture; in getLocalVideoSurfaceTexture()
1897 if (localVideoSurfaceTexture != null) { in cleanupSurfaces()
1898 localVideoSurfaceTexture.setDoneWithSurface(); in cleanupSurfaces()
1899 localVideoSurfaceTexture = null; in cleanupSurfaces()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java997 VideoSurfaceTexture localVideoSurfaceTexture = in updatePreviewVideoScaling() local
999 Point cameraDimensions = localVideoSurfaceTexture.getSurfaceDimensions(); in updatePreviewVideoScaling()