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
1876 if (localVideoSurfaceTexture == null) { in getLocalVideoSurfaceTexture()
1881 localVideoSurfaceTexture = VideoSurfaceBindings.createLocalVideoSurfaceTexture(isPixel2017); in getLocalVideoSurfaceTexture()
1883 return localVideoSurfaceTexture; in getLocalVideoSurfaceTexture()
1902 if (localVideoSurfaceTexture != null) { in cleanupSurfaces()
1903 localVideoSurfaceTexture.setDoneWithSurface(); in cleanupSurfaces()
1904 localVideoSurfaceTexture = null; in cleanupSurfaces()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java1041 VideoSurfaceTexture localVideoSurfaceTexture = in updatePreviewVideoScaling() local
1043 Point cameraDimensions = localVideoSurfaceTexture.getSurfaceDimensions(); in updatePreviewVideoScaling()