Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java350 SurfaceTexture sharedOutputTexture = new SurfaceTexture(/*random texture ID*/ 5); in surfaceEqualityTestByCamera() local
351 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() local
447 sharedOutputTexture.setDefaultBufferSize(maxPreviewSize.getWidth(), in testDeferredSurfacesByCamera()
449 Surface sharedOutputSurface1 = new Surface(sharedOutputTexture); in testDeferredSurfacesByCamera()
462 sharedOutputTexture.setOnFrameAvailableListener(textureAvailableListener, mHandler); in testDeferredSurfacesByCamera()