Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java454 Surface texturedSurface = new Surface(mSurfaceTexture); in testRepeatingCapture() local
457 outputConfigs.add(new OutputConfiguration(texturedSurface)); in testRepeatingCapture()
482 captureBuilder.addTarget(texturedSurface); in testRepeatingCapture()
537 texturedSurface.release(); in testRepeatingCapture()
867 Surface texturedSurface = new Surface(mSurfaceTexture); in test10bitRepeatingAndCaptureCombined() local
868 OutputConfiguration previewOutput = new OutputConfiguration(texturedSurface); in test10bitRepeatingAndCaptureCombined()
913 captureBuilder.addTarget(texturedSurface); in test10bitRepeatingAndCaptureCombined()
1454 Surface texturedSurface = new Surface(mSurfaceTexture); in testRepeatingAndCaptureCombined() local
1455 outputConfigs.add(new OutputConfiguration(texturedSurface)); in testRepeatingAndCaptureCombined()
1476 captureBuilder.addTarget(texturedSurface); in testRepeatingAndCaptureCombined()
[all …]