Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java913 SurfaceTexture surfaceTexture0 = getAvailableSurfaceTexture( in testTextureImageWriterReaderOperation() local
915 assertNotNull("Unable to get preview surface texture 0", surfaceTexture0); in testTextureImageWriterReaderOperation()
916 surfaceTexture0.setDefaultBufferSize( in testTextureImageWriterReaderOperation()
949 Surface preview = new Surface(surfaceTexture0); in testTextureImageWriterReaderOperation()