Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java374 Size textureSize = previewSize; in testSharedSurfaceBasicByCamera() local
377 textureSize = s; in testSharedSurfaceBasicByCamera()
381 if (textureSize.equals(previewSize)) { in testSharedSurfaceBasicByCamera()
385 outputTexture.setDefaultBufferSize(textureSize.getWidth(), textureSize.getHeight()); in testSharedSurfaceBasicByCamera()