Home
last modified time | relevance | path

Searched defs:oldSurface (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DSphericalGLSurfaceView.java205 @Nullable Surface oldSurface = surface; in onDetachedFromWindow() local
236 @Nullable Surface oldSurface = surface; in onSurfaceTextureAvailable() local
248 @Nullable SurfaceTexture oldSurfaceTexture, @Nullable Surface oldSurface) { in releaseSurface()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DSphericalGLSurfaceView.java205 @Nullable Surface oldSurface = surface; in onDetachedFromWindow() local
236 @Nullable Surface oldSurface = surface; in onSurfaceTextureAvailable() local
248 @Nullable SurfaceTexture oldSurfaceTexture, @Nullable Surface oldSurface) { in releaseSurface()
/external/exoplayer/tree/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/
DVideoProcessingGLSurfaceView.java192 Surface oldSurface = VideoProcessingGLSurfaceView.this.surface; in onSurfaceTextureAvailable() local
203 @Nullable SurfaceTexture oldSurfaceTexture, @Nullable Surface oldSurface) { in releaseSurface()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/
DVideoProcessingGLSurfaceView.java195 Surface oldSurface = VideoProcessingGLSurfaceView.this.surface; in onSurfaceTextureAvailable() local
206 @Nullable SurfaceTexture oldSurfaceTexture, @Nullable Surface oldSurface) { in releaseSurface()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/
DVideoProcessingGLSurfaceView.java195 Surface oldSurface = VideoProcessingGLSurfaceView.this.surface; in onSurfaceTextureAvailable() local
206 @Nullable SurfaceTexture oldSurfaceTexture, @Nullable Surface oldSurface) { in releaseSurface()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/
DSphericalGLSurfaceView.java210 Surface oldSurface = this.surface; in onSurfaceTextureAvailable() local
221 @Nullable SurfaceTexture oldSurfaceTexture, @Nullable Surface oldSurface) { in releaseSurface()
/external/deqp/modules/egl/
DteglResizeTests.cpp275 bool compareCorners (const Surface& oldSurface, const Surface& newSurface) in compareCorners()
405 const Surface oldSurface = readSurface(m_gl, oldEglSize); in iterate() local