Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java272 private VideoSurfaceTexture remoteVideoSurfaceTexture; field in InCallPresenter
1887 if (remoteVideoSurfaceTexture == null) { in getRemoteVideoSurfaceTexture()
1892 remoteVideoSurfaceTexture = VideoSurfaceBindings.createRemoteVideoSurfaceTexture(isPixel2017); in getRemoteVideoSurfaceTexture()
1894 return remoteVideoSurfaceTexture; in getRemoteVideoSurfaceTexture()
1898 if (remoteVideoSurfaceTexture != null) { in cleanupSurfaces()
1899 remoteVideoSurfaceTexture.setDoneWithSurface(); in cleanupSurfaces()
1900 remoteVideoSurfaceTexture = null; in cleanupSurfaces()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java1065 VideoSurfaceTexture remoteVideoSurfaceTexture = in updateRemoteVideoScaling() local
1067 Point videoSize = remoteVideoSurfaceTexture.getSourceVideoDimensions(); in updateRemoteVideoScaling()