Searched refs:sharedOutputTexture (Results 1 – 1 of 1) sorted by relevance
350 SurfaceTexture sharedOutputTexture = new SurfaceTexture(/*random texture ID*/ 5); in surfaceEqualityTestByCamera() local351 sharedOutputTexture.setDefaultBufferSize(maxPreviewSize.getWidth(), in surfaceEqualityTestByCamera()353 Surface sharedOutputSurface1 = new Surface(sharedOutputTexture); in surfaceEqualityTestByCamera()390 Surface sharedOutputSurface2 = new Surface(sharedOutputTexture); in surfaceEqualityTestByCamera()446 SurfaceTexture sharedOutputTexture = new SurfaceTexture(/*random texture ID*/ 5); in testDeferredSurfacesByCamera() local447 sharedOutputTexture.setDefaultBufferSize(maxPreviewSize.getWidth(), in testDeferredSurfacesByCamera()449 Surface sharedOutputSurface1 = new Surface(sharedOutputTexture); in testDeferredSurfacesByCamera()462 sharedOutputTexture.setOnFrameAvailableListener(textureAvailableListener, mHandler); in testDeferredSurfacesByCamera()